View | Details | Raw Unified | Return to bug 34567
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css (-4 / +3 lines)
Lines 199-206 body { Link Here
199
}
199
}
200
200
201
#statusbar {
201
#statusbar {
202
    background-color: #F4F8F9;
202
    background-color: #EEE;
203
    border: solid 2px #b9d8d9;
203
    border: solid 2px #6FAF44;
204
    border-radius: 6px;
204
    border-radius: 6px;
205
    overflow: auto;
205
    overflow: auto;
206
    padding: 4px;
206
    padding: 4px;
Lines 477-480 body { Link Here
477
477
478
.ui-keyboard-accept {
478
.ui-keyboard-accept {
479
    display: none;
479
    display: none;
480
}
480
}
481
- 

Return to bug 34567