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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+11 lines)
Lines 2260-2265 ul.ui-autocomplete { Link Here
2260
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2260
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2261
}
2261
}
2262
2262
2263
.ui-autocomplete.ui-widget-content {
2264
    background-image : none;
2265
}
2266
2267
.ui-autocomplete.ui-widget-content .ui-state-hover {
2268
    border: 1px solid #B9D8D9;
2269
    background: #E6F0F2 none;
2270
    font-weight: normal;
2271
    color: #212121;
2272
}
2273
2263
.ui-autocomplete-loading {
2274
.ui-autocomplete-loading {
2264
    background: #FFF url("../../img/loading-small.gif") right center no-repeat;
2275
    background: #FFF url("../../img/loading-small.gif") right center no-repeat;
2265
}
2276
}

Return to bug 7747