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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-5 / +6 lines)
Lines 1535-1546 input[type='text']:read-only:focus { Link Here
1535
    font-style: italic;
1535
    font-style: italic;
1536
}
1536
}
1537
1537
1538
.subfield_not_filled {
1538
.subfield_not_filled,
1539
    background-color: #FFFF99 !important;
1539
.select2-container .select2-selection--single.subfield_not_filled {
1540
    background-color: #FFFF99;
1540
}
1541
}
1541
1542
1542
.important_subfield_not_filled {
1543
.important_subfield_not_filled,
1543
    background-color : #FFFFCC !important;
1544
.select2-container .select2-selection--single.important_subfield_not_filled {
1545
    background-color : #FFFFCC;
1544
}
1546
}
1545
1547
1546
.content_hidden {
1548
.content_hidden {
1547
- 

Return to bug 25727