Lines 28-30
Link Here
|
28 |
.select2-container--default .select2-selection--single .select2-selection__arrow b { |
28 |
.select2-container--default .select2-selection--single .select2-selection__arrow b { |
29 |
border-color: #565656 transparent transparent transparent; |
29 |
border-color: #565656 transparent transparent transparent; |
30 |
} |
30 |
} |
|
|
31 |
|
32 |
.select2-container--default .select2-selection--multiple .select2-selection__choice { |
33 |
background-color: #F7F7F7; |
34 |
margin-bottom: 2px; |
35 |
padding: 3px 8px; |
36 |
} |
37 |
|
38 |
.select2-container--default .select2-selection--multiple .select2-selection__clear { |
39 |
color: #888; |
40 |
font-size: 125%; |
41 |
margin-top: 3px; |
42 |
} |
43 |
|
44 |
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { |
45 |
margin-right: 3px; |
46 |
} |