bootstrap-select2-rails 4.1.0.pre.rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +4 -0
- data/LICENSE.md +7 -0
- data/README.MD +88 -0
- data/bootstrap-select2-rails.gemspec +23 -0
- data/lib/bootstrap-select2-rails/engine.rb +6 -0
- data/lib/bootstrap-select2-rails/version.rb +5 -0
- data/lib/bootstrap-select2-rails.rb +8 -0
- data/lib/tasks/utilities.thor +64 -0
- data/rakefile.rb +4 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/index.js +2 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/af.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ar.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/az.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/bg.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/bn.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/bs.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ca.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/cs.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/da.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/de.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/dsb.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/el.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/en.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/eo.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/es.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/et.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/eu.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/fa.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/fi.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/fr.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/gl.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/he.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/hi.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/hr.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/hsb.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/hu.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/hy.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/id.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/is.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/it.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ja.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ka.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/km.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ko.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/lt.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/lv.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/mk.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ms.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/nb.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ne.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/nl.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/pa.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/pl.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ps.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/pt-BR.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/pt.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ro.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/ru.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/sk.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/sl.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/sq.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/sr-Cyrl.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/sr.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/sv.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/te.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/th.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/tk.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/tr.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/uk.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/vi.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/zh-CN.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/locales/zh-TW.js +3 -0
- data/vendor/assets/javascripts/bootstrap-select2-rails/select2.js +6209 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_disabled.scss +37 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_dropdown.scss +117 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_include-all.scss +10 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_input-group.scss +38 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_layout.scss +90 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_multiple.scss +73 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_single.scss +29 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_sizing.scss +125 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_validation.scss +63 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/_variables.scss +154 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/bootstrap5/select2-bootstrap-5-theme.scss +9 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/index.scss +2 -0
- data/vendor/assets/stylesheets/bootstrap-select2-rails/select2.css +537 -0
- metadata +213 -0
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
// Height
|
|
2
|
+
$s2bs5-height: $input-height !default;
|
|
3
|
+
$s2bs5-height-inner: $input-line-height * 1rem !default;
|
|
4
|
+
|
|
5
|
+
// Z-Index
|
|
6
|
+
$s2bs5-zindex: $zindex-modal + 1 !default;
|
|
7
|
+
|
|
8
|
+
// Padding
|
|
9
|
+
$s2bs5-padding-y: $form-select-padding-y !default;
|
|
10
|
+
$s2bs5-padding-x: $form-select-padding-x !default;
|
|
11
|
+
|
|
12
|
+
// Font
|
|
13
|
+
$s2bs5-font-family: inherit !default;
|
|
14
|
+
$s2bs5-font-size: $form-select-font-size !default;
|
|
15
|
+
$s2bs5-font-weight: $form-select-font-weight !default;
|
|
16
|
+
$s2bs5-line-height: $form-select-line-height !default;
|
|
17
|
+
|
|
18
|
+
// Color & background
|
|
19
|
+
$s2bs5-color: $form-select-color !default;
|
|
20
|
+
$s2bs5-placeholder-color: $input-placeholder-color !default;
|
|
21
|
+
$s2bs5-bg: $form-select-bg !default;
|
|
22
|
+
$s2bs5-bg-position: $form-select-bg-position !default;
|
|
23
|
+
$s2bs5-bg-size: $form-select-bg-size !default;
|
|
24
|
+
|
|
25
|
+
// Border & shadow
|
|
26
|
+
$s2bs5-border-width: $form-select-border-width !default;
|
|
27
|
+
$s2bs5-border-color: $form-select-border-color !default;
|
|
28
|
+
$s2bs5-border-radius: $form-select-border-radius !default;
|
|
29
|
+
$s2bs5-box-shadow: $form-select-box-shadow !default;
|
|
30
|
+
$s2bs5-transition: $input-transition !default;
|
|
31
|
+
|
|
32
|
+
// Indicator
|
|
33
|
+
$s2bs5-indicator-padding: $form-select-indicator-padding !default;
|
|
34
|
+
$s2bs5-indicator: $form-select-indicator !default;
|
|
35
|
+
|
|
36
|
+
// Focus
|
|
37
|
+
$s2bs5-focus-border-color: $form-select-focus-border-color !default;
|
|
38
|
+
$s2bs5-focus-width: $form-select-focus-width !default;
|
|
39
|
+
$s2bs5-focus-box-shadow: $form-select-focus-box-shadow !default;
|
|
40
|
+
|
|
41
|
+
// Valid
|
|
42
|
+
$s2bs5-valid-border-color: $form-feedback-valid-color !default;
|
|
43
|
+
$s2bs5-valid-focus-box-shadow: 0 0 0 $s2bs5-focus-width rgba($s2bs5-valid-border-color, $input-btn-focus-color-opacity) !default;
|
|
44
|
+
|
|
45
|
+
// Invalid
|
|
46
|
+
$s2bs5-invalid-border-color: $form-feedback-invalid-color !default;
|
|
47
|
+
$s2bs5-invalid-focus-box-shadow: 0 0 0 $s2bs5-focus-width rgba($s2bs5-invalid-border-color, $input-btn-focus-color-opacity) !default;
|
|
48
|
+
|
|
49
|
+
// Disabled
|
|
50
|
+
$s2bs5-disabled-color: $text-muted !default;
|
|
51
|
+
$s2bs5-disabled-bg: $form-select-disabled-bg !default;
|
|
52
|
+
$s2bs5-disabled-border-color: $s2bs5-border-color !default;
|
|
53
|
+
|
|
54
|
+
// Items
|
|
55
|
+
$s2bs5-item-padding-y: $s2bs5-padding-y !default;
|
|
56
|
+
$s2bs5-item-padding-x: $s2bs5-padding-x !default;
|
|
57
|
+
$s2bs5-item-active-bg: $primary !default;
|
|
58
|
+
$s2bs5-item-hover-bg: $gray-200 !default;
|
|
59
|
+
$s2bs5-item-focus-bg: $gray-200 !default;
|
|
60
|
+
|
|
61
|
+
// Groups
|
|
62
|
+
$s2bs5-group-padding-y: $s2bs5-padding-y !default;
|
|
63
|
+
$s2bs5-group-padding-x: $s2bs5-padding-x * .5 !default;
|
|
64
|
+
$s2bs5-group-color: $secondary !default;
|
|
65
|
+
$s2bs5-group-font-weight: $headings-font-weight !default;
|
|
66
|
+
|
|
67
|
+
// Multiple items
|
|
68
|
+
$s2bs5-multi-item-padding-y: $badge-padding-y !default;
|
|
69
|
+
$s2bs5-multi-item-padding-x: $badge-padding-x !default;
|
|
70
|
+
|
|
71
|
+
$s2bs5-options-max-height: 15rem !default;
|
|
72
|
+
|
|
73
|
+
// Clear/Remove
|
|
74
|
+
$s2bs5-clear-width: .75rem !default;
|
|
75
|
+
$s2bs5-clear-height: .75rem !default;
|
|
76
|
+
$s2bs5-clear-padding-y: $btn-close-padding-y !default;
|
|
77
|
+
$s2bs5-clear-padding-x: $btn-close-padding-x !default;
|
|
78
|
+
$s2bs5-clear-icon: str-replace($btn-close-bg, #{$btn-close-color}, #{shade-color($s2bs5-border-color, 50%)}) !default;
|
|
79
|
+
$s2bs5-clear-bg: transparent escape-svg($s2bs5-clear-icon) center / $s2bs5-clear-height auto no-repeat !default;
|
|
80
|
+
$s2bs5-clear-hover-bg: transparent escape-svg($btn-close-bg) center / $s2bs5-clear-height auto no-repeat !default;
|
|
81
|
+
|
|
82
|
+
// Small
|
|
83
|
+
$s2bs5-height-sm: $input-height-sm !default;
|
|
84
|
+
$s2bs5-height-inner-sm: $input-line-height * 1em !default;
|
|
85
|
+
$s2bs5-padding-y-sm: $form-select-padding-y-sm !default;
|
|
86
|
+
$s2bs5-padding-x-sm: $form-select-padding-x-sm !default;
|
|
87
|
+
$s2bs5-font-size-sm: $form-select-font-size-sm !default;
|
|
88
|
+
$s2bs5-border-radius-sm: $form-select-border-radius-sm !default;
|
|
89
|
+
$s2bs5-item-padding-y-sm: $s2bs5-padding-y-sm !default;
|
|
90
|
+
$s2bs5-item-padding-x-sm: $s2bs5-padding-x-sm !default;
|
|
91
|
+
$s2bs5-group-padding-y-sm: $s2bs5-padding-y-sm !default;
|
|
92
|
+
$s2bs5-group-padding-x-sm: $s2bs5-padding-x-sm * .5 !default;
|
|
93
|
+
$s2bs5-clear-width-sm: .5rem !default;
|
|
94
|
+
$s2bs5-clear-height-sm: .5rem !default;
|
|
95
|
+
$s2bs5-clear-padding-y-sm: .125rem !default;
|
|
96
|
+
$s2bs5-clear-padding-x-sm: .125rem !default;
|
|
97
|
+
$s2bs5-clear-bg-sm: transparent escape-svg($s2bs5-clear-icon) center / $s2bs5-clear-height-sm auto no-repeat !default;
|
|
98
|
+
$s2bs5-clear-hover-bg-sm: transparent escape-svg($btn-close-bg) center / $s2bs5-clear-height-sm auto no-repeat !default;
|
|
99
|
+
|
|
100
|
+
$s2bs5-small: (
|
|
101
|
+
"height": $s2bs5-height-sm,
|
|
102
|
+
"height-inner": $s2bs5-height-inner-sm,
|
|
103
|
+
"padding-y": $s2bs5-padding-y-sm,
|
|
104
|
+
"padding-x": $s2bs5-padding-x-sm,
|
|
105
|
+
"font-size": $s2bs5-font-size-sm,
|
|
106
|
+
"border-radius": $s2bs5-border-radius-sm,
|
|
107
|
+
"item-padding-y": $s2bs5-item-padding-y-sm,
|
|
108
|
+
"item-padding-x": $s2bs5-item-padding-x-sm,
|
|
109
|
+
"group-padding-y": $s2bs5-group-padding-y-sm,
|
|
110
|
+
"group-padding-x": $s2bs5-group-padding-x-sm,
|
|
111
|
+
"clear-width": $s2bs5-clear-width-sm,
|
|
112
|
+
"clear-height": $s2bs5-clear-height-sm,
|
|
113
|
+
"clear-padding-y": $s2bs5-clear-padding-y-sm,
|
|
114
|
+
"clear-padding-x": $s2bs5-clear-padding-x-sm,
|
|
115
|
+
"clear-bg": $s2bs5-clear-bg-sm,
|
|
116
|
+
"clear-hover-bg": $s2bs5-clear-hover-bg-sm,
|
|
117
|
+
) !default;
|
|
118
|
+
|
|
119
|
+
// Large
|
|
120
|
+
$s2bs5-height-lg: $input-height-lg !default;
|
|
121
|
+
$s2bs5-height-inner-lg: $input-line-height * 1em !default;
|
|
122
|
+
$s2bs5-padding-y-lg: $form-select-padding-y-lg !default;
|
|
123
|
+
$s2bs5-padding-x-lg: $form-select-padding-x-lg !default;
|
|
124
|
+
$s2bs5-font-size-lg: $form-select-font-size-lg !default;
|
|
125
|
+
$s2bs5-border-radius-lg: $form-select-border-radius-lg !default;
|
|
126
|
+
$s2bs5-item-padding-y-lg: $s2bs5-padding-y-lg !default;
|
|
127
|
+
$s2bs5-item-padding-x-lg: $s2bs5-padding-x-lg !default;
|
|
128
|
+
$s2bs5-group-padding-y-lg: $s2bs5-padding-y-lg !default;
|
|
129
|
+
$s2bs5-group-padding-x-lg: $s2bs5-padding-x-lg * .5 !default;
|
|
130
|
+
$s2bs5-clear-width-lg: 1rem !default;
|
|
131
|
+
$s2bs5-clear-height-lg: 1rem !default;
|
|
132
|
+
$s2bs5-clear-padding-y-lg: .5rem !default;
|
|
133
|
+
$s2bs5-clear-padding-x-lg: .5rem !default;
|
|
134
|
+
$s2bs5-clear-bg-lg: transparent escape-svg($s2bs5-clear-icon) center / $s2bs5-clear-height-lg auto no-repeat !default;
|
|
135
|
+
$s2bs5-clear-hover-bg-lg: transparent escape-svg($btn-close-bg) center / $s2bs5-clear-height-lg auto no-repeat !default;
|
|
136
|
+
|
|
137
|
+
$s2bs5-large: (
|
|
138
|
+
"height": $s2bs5-height-lg,
|
|
139
|
+
"height-inner": $s2bs5-height-inner-lg,
|
|
140
|
+
"padding-y": $s2bs5-padding-y-lg,
|
|
141
|
+
"padding-x": $s2bs5-padding-x-lg,
|
|
142
|
+
"font-size": $s2bs5-font-size-lg,
|
|
143
|
+
"border-radius": $s2bs5-border-radius-lg,
|
|
144
|
+
"item-padding-y": $s2bs5-item-padding-y-lg,
|
|
145
|
+
"item-padding-x": $s2bs5-item-padding-x-lg,
|
|
146
|
+
"group-padding-y": $s2bs5-group-padding-y-lg,
|
|
147
|
+
"group-padding-x": $s2bs5-group-padding-x-lg,
|
|
148
|
+
"clear-width": $s2bs5-clear-width-lg,
|
|
149
|
+
"clear-height": $s2bs5-clear-height-lg,
|
|
150
|
+
"clear-padding-y": $s2bs5-clear-padding-y-lg,
|
|
151
|
+
"clear-padding-x": $s2bs5-clear-padding-x-lg,
|
|
152
|
+
"clear-bg": $s2bs5-clear-bg-lg,
|
|
153
|
+
"clear-hover-bg": $s2bs5-clear-hover-bg-lg,
|
|
154
|
+
) !default;
|
|
@@ -0,0 +1,537 @@
|
|
|
1
|
+
.select2-container {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
margin: 0;
|
|
5
|
+
position: relative;
|
|
6
|
+
vertical-align: middle; }
|
|
7
|
+
.select2-container .select2-selection--single {
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
display: block;
|
|
11
|
+
height: 28px;
|
|
12
|
+
user-select: none;
|
|
13
|
+
-webkit-user-select: none; }
|
|
14
|
+
.select2-container .select2-selection--single .select2-selection__rendered {
|
|
15
|
+
display: block;
|
|
16
|
+
padding-left: 8px;
|
|
17
|
+
padding-right: 20px;
|
|
18
|
+
overflow: hidden;
|
|
19
|
+
text-overflow: ellipsis;
|
|
20
|
+
white-space: nowrap; }
|
|
21
|
+
.select2-container .select2-selection--single .select2-selection__clear {
|
|
22
|
+
background-color: transparent;
|
|
23
|
+
border: none;
|
|
24
|
+
font-size: 1em; }
|
|
25
|
+
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
|
|
26
|
+
padding-right: 8px;
|
|
27
|
+
padding-left: 20px; }
|
|
28
|
+
.select2-container .select2-selection--multiple {
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
display: block;
|
|
32
|
+
min-height: 32px;
|
|
33
|
+
user-select: none;
|
|
34
|
+
-webkit-user-select: none; }
|
|
35
|
+
.select2-container .select2-selection--multiple .select2-selection__rendered {
|
|
36
|
+
display: inline;
|
|
37
|
+
list-style: none;
|
|
38
|
+
padding: 0; }
|
|
39
|
+
.select2-container .select2-selection--multiple .select2-selection__clear {
|
|
40
|
+
background-color: transparent;
|
|
41
|
+
border: none;
|
|
42
|
+
font-size: 1em; }
|
|
43
|
+
.select2-container .select2-search--inline .select2-search__field {
|
|
44
|
+
box-sizing: border-box;
|
|
45
|
+
border: none;
|
|
46
|
+
font-size: 100%;
|
|
47
|
+
margin-top: 5px;
|
|
48
|
+
margin-left: 5px;
|
|
49
|
+
padding: 0;
|
|
50
|
+
max-width: 100%;
|
|
51
|
+
resize: none;
|
|
52
|
+
height: 18px;
|
|
53
|
+
vertical-align: bottom;
|
|
54
|
+
font-family: sans-serif;
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
word-break: keep-all; }
|
|
57
|
+
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
|
|
58
|
+
-webkit-appearance: none; }
|
|
59
|
+
|
|
60
|
+
.select2-dropdown {
|
|
61
|
+
background-color: white;
|
|
62
|
+
border: 1px solid #aaa;
|
|
63
|
+
border-radius: 4px;
|
|
64
|
+
box-sizing: border-box;
|
|
65
|
+
display: block;
|
|
66
|
+
position: absolute;
|
|
67
|
+
left: -100000px;
|
|
68
|
+
width: 100%;
|
|
69
|
+
z-index: 1051; }
|
|
70
|
+
|
|
71
|
+
.select2-results {
|
|
72
|
+
display: block; }
|
|
73
|
+
|
|
74
|
+
.select2-results__options {
|
|
75
|
+
list-style: none;
|
|
76
|
+
margin: 0;
|
|
77
|
+
padding: 0; }
|
|
78
|
+
|
|
79
|
+
.select2-results__option {
|
|
80
|
+
padding: 6px;
|
|
81
|
+
user-select: none;
|
|
82
|
+
-webkit-user-select: none; }
|
|
83
|
+
|
|
84
|
+
.select2-results__option--selectable {
|
|
85
|
+
cursor: pointer; }
|
|
86
|
+
|
|
87
|
+
.select2-container--open .select2-dropdown {
|
|
88
|
+
left: 0; }
|
|
89
|
+
|
|
90
|
+
.select2-container--open .select2-dropdown--above {
|
|
91
|
+
border-bottom: none;
|
|
92
|
+
border-bottom-left-radius: 0;
|
|
93
|
+
border-bottom-right-radius: 0; }
|
|
94
|
+
|
|
95
|
+
.select2-container--open .select2-dropdown--below {
|
|
96
|
+
border-top: none;
|
|
97
|
+
border-top-left-radius: 0;
|
|
98
|
+
border-top-right-radius: 0; }
|
|
99
|
+
|
|
100
|
+
.select2-search--dropdown {
|
|
101
|
+
display: block;
|
|
102
|
+
padding: 4px; }
|
|
103
|
+
.select2-search--dropdown .select2-search__field {
|
|
104
|
+
padding: 4px;
|
|
105
|
+
width: 100%;
|
|
106
|
+
box-sizing: border-box; }
|
|
107
|
+
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
|
|
108
|
+
-webkit-appearance: none; }
|
|
109
|
+
.select2-search--dropdown.select2-search--hide {
|
|
110
|
+
display: none; }
|
|
111
|
+
|
|
112
|
+
.select2-close-mask {
|
|
113
|
+
border: 0;
|
|
114
|
+
margin: 0;
|
|
115
|
+
padding: 0;
|
|
116
|
+
display: block;
|
|
117
|
+
position: fixed;
|
|
118
|
+
left: 0;
|
|
119
|
+
top: 0;
|
|
120
|
+
min-height: 100%;
|
|
121
|
+
min-width: 100%;
|
|
122
|
+
height: auto;
|
|
123
|
+
width: auto;
|
|
124
|
+
opacity: 0;
|
|
125
|
+
z-index: 99;
|
|
126
|
+
background-color: #fff;
|
|
127
|
+
filter: alpha(opacity=0); }
|
|
128
|
+
|
|
129
|
+
.select2-hidden-accessible {
|
|
130
|
+
border: 0 !important;
|
|
131
|
+
clip: rect(0 0 0 0) !important;
|
|
132
|
+
-webkit-clip-path: inset(50%) !important;
|
|
133
|
+
clip-path: inset(50%) !important;
|
|
134
|
+
height: 1px !important;
|
|
135
|
+
overflow: hidden !important;
|
|
136
|
+
padding: 0 !important;
|
|
137
|
+
position: absolute !important;
|
|
138
|
+
width: 1px !important;
|
|
139
|
+
white-space: nowrap !important; }
|
|
140
|
+
|
|
141
|
+
.select2-container--default .select2-selection--single {
|
|
142
|
+
background-color: #fff;
|
|
143
|
+
border: 1px solid #aaa;
|
|
144
|
+
border-radius: 4px; }
|
|
145
|
+
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
146
|
+
color: #444;
|
|
147
|
+
line-height: 28px; }
|
|
148
|
+
.select2-container--default .select2-selection--single .select2-selection__clear {
|
|
149
|
+
cursor: pointer;
|
|
150
|
+
float: right;
|
|
151
|
+
font-weight: bold;
|
|
152
|
+
height: 26px;
|
|
153
|
+
margin-right: 20px;
|
|
154
|
+
padding-right: 0px; }
|
|
155
|
+
.select2-container--default .select2-selection--single .select2-selection__placeholder {
|
|
156
|
+
color: #999; }
|
|
157
|
+
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
158
|
+
height: 26px;
|
|
159
|
+
position: absolute;
|
|
160
|
+
top: 1px;
|
|
161
|
+
right: 1px;
|
|
162
|
+
width: 20px; }
|
|
163
|
+
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
|
164
|
+
border-color: #888 transparent transparent transparent;
|
|
165
|
+
border-style: solid;
|
|
166
|
+
border-width: 5px 4px 0 4px;
|
|
167
|
+
height: 0;
|
|
168
|
+
left: 50%;
|
|
169
|
+
margin-left: -4px;
|
|
170
|
+
margin-top: -2px;
|
|
171
|
+
position: absolute;
|
|
172
|
+
top: 50%;
|
|
173
|
+
width: 0; }
|
|
174
|
+
|
|
175
|
+
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
|
|
176
|
+
float: left; }
|
|
177
|
+
|
|
178
|
+
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
|
|
179
|
+
left: 1px;
|
|
180
|
+
right: auto; }
|
|
181
|
+
|
|
182
|
+
.select2-container--default.select2-container--disabled .select2-selection--single {
|
|
183
|
+
background-color: #eee;
|
|
184
|
+
cursor: default; }
|
|
185
|
+
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
|
|
186
|
+
display: none; }
|
|
187
|
+
|
|
188
|
+
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
|
|
189
|
+
border-color: transparent transparent #888 transparent;
|
|
190
|
+
border-width: 0 4px 5px 4px; }
|
|
191
|
+
|
|
192
|
+
.select2-container--default .select2-selection--multiple {
|
|
193
|
+
background-color: white;
|
|
194
|
+
border: 1px solid #aaa;
|
|
195
|
+
border-radius: 4px;
|
|
196
|
+
cursor: text;
|
|
197
|
+
padding-bottom: 5px;
|
|
198
|
+
padding-right: 5px;
|
|
199
|
+
position: relative; }
|
|
200
|
+
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
|
|
201
|
+
padding-right: 25px; }
|
|
202
|
+
.select2-container--default .select2-selection--multiple .select2-selection__clear {
|
|
203
|
+
cursor: pointer;
|
|
204
|
+
font-weight: bold;
|
|
205
|
+
height: 20px;
|
|
206
|
+
margin-right: 10px;
|
|
207
|
+
margin-top: 5px;
|
|
208
|
+
position: absolute;
|
|
209
|
+
right: 0;
|
|
210
|
+
padding: 1px; }
|
|
211
|
+
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
212
|
+
background-color: #e4e4e4;
|
|
213
|
+
border: 1px solid #aaa;
|
|
214
|
+
border-radius: 4px;
|
|
215
|
+
box-sizing: border-box;
|
|
216
|
+
display: inline-block;
|
|
217
|
+
margin-left: 5px;
|
|
218
|
+
margin-top: 5px;
|
|
219
|
+
padding: 0;
|
|
220
|
+
padding-left: 20px;
|
|
221
|
+
position: relative;
|
|
222
|
+
max-width: 100%;
|
|
223
|
+
overflow: hidden;
|
|
224
|
+
text-overflow: ellipsis;
|
|
225
|
+
vertical-align: bottom;
|
|
226
|
+
white-space: nowrap; }
|
|
227
|
+
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
|
|
228
|
+
cursor: default;
|
|
229
|
+
padding-left: 2px;
|
|
230
|
+
padding-right: 5px; }
|
|
231
|
+
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
|
232
|
+
background-color: transparent;
|
|
233
|
+
border: none;
|
|
234
|
+
border-right: 1px solid #aaa;
|
|
235
|
+
border-top-left-radius: 4px;
|
|
236
|
+
border-bottom-left-radius: 4px;
|
|
237
|
+
color: #999;
|
|
238
|
+
cursor: pointer;
|
|
239
|
+
font-size: 1em;
|
|
240
|
+
font-weight: bold;
|
|
241
|
+
padding: 0 4px;
|
|
242
|
+
position: absolute;
|
|
243
|
+
left: 0;
|
|
244
|
+
top: 0; }
|
|
245
|
+
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
|
|
246
|
+
background-color: #f1f1f1;
|
|
247
|
+
color: #333;
|
|
248
|
+
outline: none; }
|
|
249
|
+
|
|
250
|
+
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
|
|
251
|
+
margin-left: 5px;
|
|
252
|
+
margin-right: auto; }
|
|
253
|
+
|
|
254
|
+
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
|
|
255
|
+
padding-left: 5px;
|
|
256
|
+
padding-right: 2px; }
|
|
257
|
+
|
|
258
|
+
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
|
|
259
|
+
border-left: 1px solid #aaa;
|
|
260
|
+
border-right: none;
|
|
261
|
+
border-top-left-radius: 0;
|
|
262
|
+
border-bottom-left-radius: 0;
|
|
263
|
+
border-top-right-radius: 4px;
|
|
264
|
+
border-bottom-right-radius: 4px; }
|
|
265
|
+
|
|
266
|
+
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
|
|
267
|
+
float: left;
|
|
268
|
+
margin-left: 10px;
|
|
269
|
+
margin-right: auto; }
|
|
270
|
+
|
|
271
|
+
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
|
272
|
+
border: solid black 1px;
|
|
273
|
+
outline: 0; }
|
|
274
|
+
|
|
275
|
+
.select2-container--default.select2-container--disabled .select2-selection--multiple {
|
|
276
|
+
background-color: #eee;
|
|
277
|
+
cursor: default; }
|
|
278
|
+
|
|
279
|
+
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
|
|
280
|
+
display: none; }
|
|
281
|
+
|
|
282
|
+
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
|
|
283
|
+
border-top-left-radius: 0;
|
|
284
|
+
border-top-right-radius: 0; }
|
|
285
|
+
|
|
286
|
+
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
|
|
287
|
+
border-bottom-left-radius: 0;
|
|
288
|
+
border-bottom-right-radius: 0; }
|
|
289
|
+
|
|
290
|
+
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
291
|
+
border: 1px solid #aaa; }
|
|
292
|
+
|
|
293
|
+
.select2-container--default .select2-search--inline .select2-search__field {
|
|
294
|
+
background: transparent;
|
|
295
|
+
border: none;
|
|
296
|
+
outline: 0;
|
|
297
|
+
box-shadow: none;
|
|
298
|
+
-webkit-appearance: textfield; }
|
|
299
|
+
|
|
300
|
+
.select2-container--default .select2-results > .select2-results__options {
|
|
301
|
+
max-height: 200px;
|
|
302
|
+
overflow-y: auto; }
|
|
303
|
+
|
|
304
|
+
.select2-container--default .select2-results__option .select2-results__option {
|
|
305
|
+
padding-left: 1em; }
|
|
306
|
+
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
|
|
307
|
+
padding-left: 0; }
|
|
308
|
+
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
|
|
309
|
+
margin-left: -1em;
|
|
310
|
+
padding-left: 2em; }
|
|
311
|
+
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
|
|
312
|
+
margin-left: -2em;
|
|
313
|
+
padding-left: 3em; }
|
|
314
|
+
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
|
|
315
|
+
margin-left: -3em;
|
|
316
|
+
padding-left: 4em; }
|
|
317
|
+
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
|
|
318
|
+
margin-left: -4em;
|
|
319
|
+
padding-left: 5em; }
|
|
320
|
+
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
|
|
321
|
+
margin-left: -5em;
|
|
322
|
+
padding-left: 6em; }
|
|
323
|
+
|
|
324
|
+
.select2-container--default .select2-results__option--group {
|
|
325
|
+
padding: 0; }
|
|
326
|
+
|
|
327
|
+
.select2-container--default .select2-results__option--disabled {
|
|
328
|
+
color: #999; }
|
|
329
|
+
|
|
330
|
+
.select2-container--default .select2-results__option--selected {
|
|
331
|
+
background-color: #ddd; }
|
|
332
|
+
|
|
333
|
+
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
|
|
334
|
+
background-color: #5897fb;
|
|
335
|
+
color: white; }
|
|
336
|
+
|
|
337
|
+
.select2-container--default .select2-results__group {
|
|
338
|
+
cursor: default;
|
|
339
|
+
display: block;
|
|
340
|
+
padding: 6px; }
|
|
341
|
+
|
|
342
|
+
.select2-container--classic .select2-selection--single {
|
|
343
|
+
background-color: #f7f7f7;
|
|
344
|
+
border: 1px solid #aaa;
|
|
345
|
+
border-radius: 4px;
|
|
346
|
+
outline: 0;
|
|
347
|
+
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
|
|
348
|
+
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
|
|
349
|
+
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
|
|
350
|
+
background-repeat: repeat-x;
|
|
351
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
|
|
352
|
+
.select2-container--classic .select2-selection--single:focus {
|
|
353
|
+
border: 1px solid #5897fb; }
|
|
354
|
+
.select2-container--classic .select2-selection--single .select2-selection__rendered {
|
|
355
|
+
color: #444;
|
|
356
|
+
line-height: 28px; }
|
|
357
|
+
.select2-container--classic .select2-selection--single .select2-selection__clear {
|
|
358
|
+
cursor: pointer;
|
|
359
|
+
float: right;
|
|
360
|
+
font-weight: bold;
|
|
361
|
+
height: 26px;
|
|
362
|
+
margin-right: 20px; }
|
|
363
|
+
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
|
|
364
|
+
color: #999; }
|
|
365
|
+
.select2-container--classic .select2-selection--single .select2-selection__arrow {
|
|
366
|
+
background-color: #ddd;
|
|
367
|
+
border: none;
|
|
368
|
+
border-left: 1px solid #aaa;
|
|
369
|
+
border-top-right-radius: 4px;
|
|
370
|
+
border-bottom-right-radius: 4px;
|
|
371
|
+
height: 26px;
|
|
372
|
+
position: absolute;
|
|
373
|
+
top: 1px;
|
|
374
|
+
right: 1px;
|
|
375
|
+
width: 20px;
|
|
376
|
+
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
|
|
377
|
+
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
|
|
378
|
+
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
|
|
379
|
+
background-repeat: repeat-x;
|
|
380
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
|
|
381
|
+
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
|
|
382
|
+
border-color: #888 transparent transparent transparent;
|
|
383
|
+
border-style: solid;
|
|
384
|
+
border-width: 5px 4px 0 4px;
|
|
385
|
+
height: 0;
|
|
386
|
+
left: 50%;
|
|
387
|
+
margin-left: -4px;
|
|
388
|
+
margin-top: -2px;
|
|
389
|
+
position: absolute;
|
|
390
|
+
top: 50%;
|
|
391
|
+
width: 0; }
|
|
392
|
+
|
|
393
|
+
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
|
|
394
|
+
float: left; }
|
|
395
|
+
|
|
396
|
+
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
|
|
397
|
+
border: none;
|
|
398
|
+
border-right: 1px solid #aaa;
|
|
399
|
+
border-radius: 0;
|
|
400
|
+
border-top-left-radius: 4px;
|
|
401
|
+
border-bottom-left-radius: 4px;
|
|
402
|
+
left: 1px;
|
|
403
|
+
right: auto; }
|
|
404
|
+
|
|
405
|
+
.select2-container--classic.select2-container--open .select2-selection--single {
|
|
406
|
+
border: 1px solid #5897fb; }
|
|
407
|
+
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
|
|
408
|
+
background: transparent;
|
|
409
|
+
border: none; }
|
|
410
|
+
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
|
|
411
|
+
border-color: transparent transparent #888 transparent;
|
|
412
|
+
border-width: 0 4px 5px 4px; }
|
|
413
|
+
|
|
414
|
+
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
|
|
415
|
+
border-top: none;
|
|
416
|
+
border-top-left-radius: 0;
|
|
417
|
+
border-top-right-radius: 0;
|
|
418
|
+
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
|
|
419
|
+
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
|
|
420
|
+
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
|
|
421
|
+
background-repeat: repeat-x;
|
|
422
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
|
|
423
|
+
|
|
424
|
+
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
|
|
425
|
+
border-bottom: none;
|
|
426
|
+
border-bottom-left-radius: 0;
|
|
427
|
+
border-bottom-right-radius: 0;
|
|
428
|
+
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
|
|
429
|
+
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
|
|
430
|
+
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
|
|
431
|
+
background-repeat: repeat-x;
|
|
432
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
|
|
433
|
+
|
|
434
|
+
.select2-container--classic .select2-selection--multiple {
|
|
435
|
+
background-color: white;
|
|
436
|
+
border: 1px solid #aaa;
|
|
437
|
+
border-radius: 4px;
|
|
438
|
+
cursor: text;
|
|
439
|
+
outline: 0;
|
|
440
|
+
padding-bottom: 5px;
|
|
441
|
+
padding-right: 5px; }
|
|
442
|
+
.select2-container--classic .select2-selection--multiple:focus {
|
|
443
|
+
border: 1px solid #5897fb; }
|
|
444
|
+
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
|
|
445
|
+
display: none; }
|
|
446
|
+
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
|
|
447
|
+
background-color: #e4e4e4;
|
|
448
|
+
border: 1px solid #aaa;
|
|
449
|
+
border-radius: 4px;
|
|
450
|
+
display: inline-block;
|
|
451
|
+
margin-left: 5px;
|
|
452
|
+
margin-top: 5px;
|
|
453
|
+
padding: 0; }
|
|
454
|
+
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
|
|
455
|
+
cursor: default;
|
|
456
|
+
padding-left: 2px;
|
|
457
|
+
padding-right: 5px; }
|
|
458
|
+
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
|
|
459
|
+
background-color: transparent;
|
|
460
|
+
border: none;
|
|
461
|
+
border-top-left-radius: 4px;
|
|
462
|
+
border-bottom-left-radius: 4px;
|
|
463
|
+
color: #888;
|
|
464
|
+
cursor: pointer;
|
|
465
|
+
font-size: 1em;
|
|
466
|
+
font-weight: bold;
|
|
467
|
+
padding: 0 4px; }
|
|
468
|
+
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
|
|
469
|
+
color: #555;
|
|
470
|
+
outline: none; }
|
|
471
|
+
|
|
472
|
+
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
|
|
473
|
+
margin-left: 5px;
|
|
474
|
+
margin-right: auto; }
|
|
475
|
+
|
|
476
|
+
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
|
|
477
|
+
padding-left: 5px;
|
|
478
|
+
padding-right: 2px; }
|
|
479
|
+
|
|
480
|
+
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
|
|
481
|
+
border-top-left-radius: 0;
|
|
482
|
+
border-bottom-left-radius: 0;
|
|
483
|
+
border-top-right-radius: 4px;
|
|
484
|
+
border-bottom-right-radius: 4px; }
|
|
485
|
+
|
|
486
|
+
.select2-container--classic.select2-container--open .select2-selection--multiple {
|
|
487
|
+
border: 1px solid #5897fb; }
|
|
488
|
+
|
|
489
|
+
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
|
|
490
|
+
border-top: none;
|
|
491
|
+
border-top-left-radius: 0;
|
|
492
|
+
border-top-right-radius: 0; }
|
|
493
|
+
|
|
494
|
+
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
|
|
495
|
+
border-bottom: none;
|
|
496
|
+
border-bottom-left-radius: 0;
|
|
497
|
+
border-bottom-right-radius: 0; }
|
|
498
|
+
|
|
499
|
+
.select2-container--classic .select2-search--dropdown .select2-search__field {
|
|
500
|
+
border: 1px solid #aaa;
|
|
501
|
+
outline: 0; }
|
|
502
|
+
|
|
503
|
+
.select2-container--classic .select2-search--inline .select2-search__field {
|
|
504
|
+
outline: 0;
|
|
505
|
+
box-shadow: none; }
|
|
506
|
+
|
|
507
|
+
.select2-container--classic .select2-dropdown {
|
|
508
|
+
background-color: white;
|
|
509
|
+
border: 1px solid transparent; }
|
|
510
|
+
|
|
511
|
+
.select2-container--classic .select2-dropdown--above {
|
|
512
|
+
border-bottom: none; }
|
|
513
|
+
|
|
514
|
+
.select2-container--classic .select2-dropdown--below {
|
|
515
|
+
border-top: none; }
|
|
516
|
+
|
|
517
|
+
.select2-container--classic .select2-results > .select2-results__options {
|
|
518
|
+
max-height: 200px;
|
|
519
|
+
overflow-y: auto; }
|
|
520
|
+
|
|
521
|
+
.select2-container--classic .select2-results__option--group {
|
|
522
|
+
padding: 0; }
|
|
523
|
+
|
|
524
|
+
.select2-container--classic .select2-results__option--disabled {
|
|
525
|
+
color: grey; }
|
|
526
|
+
|
|
527
|
+
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
|
|
528
|
+
background-color: #3875d7;
|
|
529
|
+
color: white; }
|
|
530
|
+
|
|
531
|
+
.select2-container--classic .select2-results__group {
|
|
532
|
+
cursor: default;
|
|
533
|
+
display: block;
|
|
534
|
+
padding: 6px; }
|
|
535
|
+
|
|
536
|
+
.select2-container--classic.select2-container--open .select2-dropdown {
|
|
537
|
+
border-color: #5897fb; }
|