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

(-)a/koha-tmpl/intranet-tmpl/prog/css/select2.css (-7 / +4 lines)
Lines 2-12 Link Here
2
    background-color: initial;
2
    background-color: initial;
3
}
3
}
4
4
5
.select2-container.subfield_not_filled .select2-choice {
5
.select2-container.missing .select2-choice,
6
    background: initial;
6
.select2-container .select2-selection--single.subfield_not_filled,
7
    background-color : #FFFF99;
7
.select2-container .select2-selection--single.important_subfield_not_filled {
8
    background-color: #FFFF99;
8
}
9
}
9
10
.select2-container.missing .select2-choice {
11
    background: #ffc none;
12
}
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-3 / +2 lines)
Lines 1541-1551 input[type='text']:read-only:focus { Link Here
1541
}
1541
}
1542
1542
1543
.subfield_not_filled {
1543
.subfield_not_filled {
1544
    background-color: #FFFF99 !important;
1544
    background-color: #FFFF99;
1545
}
1545
}
1546
1546
1547
.important_subfield_not_filled {
1547
.important_subfield_not_filled {
1548
    background-color : #FFFFCC !important;
1548
    background-color : #FFFFCC;
1549
}
1549
}
1550
1550
1551
.content_hidden {
1551
.content_hidden {
1552
- 

Return to bug 25727