Bug 28854: (follow-up) Restore block styling on bundled span
[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.missing .select2-choice,
6 .select2-container .select2-selection--single.subfield_not_filled,
7 .select2-container .select2-selection--single.important_subfield_not_filled {
8     background-color: #FFFF99;
9 }
10
11 .select2-container--default .select2-selection--single .select2-selection__clear {
12     color: #888;
13     font-size: 125%;
14     padding: 0 5px;
15 }
16
17 .select2-container--default .select2-selection--single .select2-selection__arrow {
18     border-left: 1px solid #EEE;
19     border-top-right-radius: 5px;
20     border-bottom-right-radius: 5px;
21     color: #666;
22 }
23
24 .select2-container--default .select2-selection--single .select2-selection__arrow:hover {
25     background-color: #EEE;
26 }
27
28 .select2-container--default .select2-selection--single .select2-selection__arrow b {
29     border-color: #565656 transparent transparent transparent;
30 }