Bug 26922: Regression tests
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / select2.css
blob13d578e07e46f5b1c2762dc90e79cef6126a4aa6
1 .select2-container.subfield_not_filled {
2 background-color: initial;
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;
11 .select2-container--default .select2-selection--single .select2-selection__clear {
12 color: #888;
13 font-size: 125%;
14 padding: 0 5px;
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;
24 .select2-container--default .select2-selection--single .select2-selection__arrow:hover {
25 background-color: #EEE;
28 .select2-container--default .select2-selection--single .select2-selection__arrow b {
29 border-color: #565656 transparent transparent transparent;