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 1536-1546 input[type='text']:read-only:focus { Link Here
1536
}
1536
}
1537
1537
1538
.subfield_not_filled {
1538
.subfield_not_filled {
1539
    background-color: #FFFF99 !important;
1539
    background-color: #FFFF99;
1540
}
1540
}
1541
1541
1542
.important_subfield_not_filled {
1542
.important_subfield_not_filled {
1543
    background-color : #FFFFCC !important;
1543
    background-color : #FFFFCC;
1544
}
1544
}
1545
1545
1546
.content_hidden {
1546
.content_hidden {
1547
- 

Return to bug 25727