Bug 22035: Compiled CSS
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / select2.css
1 .select2-container.subfield_not_filled {
2     background-color: initial;
3 }
4
5 .select2-container.subfield_not_filled .select2-choice {
6     background: initial;
7     background-color : #FFFF99;
8 }
9
10 .select2-container.missing .select2-choice {
11     background: #ffc none;
12 }