|
18 | 18 | padding-left: 8px; |
19 | 19 | text-overflow: ellipsis; } |
20 | 20 |
|
21 | | -.select2-container .selection .multiple-select { |
| 21 | +.select2-selection--multiple { |
22 | 22 | box-sizing: border-box; |
23 | 23 | cursor: pointer; |
24 | 24 | display: block; |
25 | 25 | min-height: 32px; |
26 | 26 | user-select: none; |
27 | 27 | -webkit-user-select: none; } |
28 | | - .select2-container .selection .multiple-select .rendered-selection { |
| 28 | + .select2-selection--multiple .select2-selection__rendered { |
29 | 29 | display: inline-block; |
30 | 30 | overflow: hidden; |
31 | 31 | padding-left: 8px; |
32 | 32 | text-overflow: ellipsis; } |
33 | | -.select2-container .select2-search-inline { |
| 33 | + |
| 34 | +.select2-search--inline { |
34 | 35 | float: left; } |
35 | | - .select2-container .select2-search-inline input { |
| 36 | + .select2-search--inline .select2-search__field { |
36 | 37 | border: none; |
37 | 38 | font-size: 100%; |
38 | 39 | margin-top: 5px; } |
|
59 | 60 | -webkit-user-select: none; } |
60 | 61 | .select2-container .dropdown .results .options .option[aria-selected] { |
61 | 62 | cursor: pointer; } |
62 | | -.select2-container .select2-search { |
63 | | - display: block; |
64 | | - padding: 4px; } |
65 | | - .select2-container .select2-search input { |
66 | | - padding: 4px; |
67 | | - width: 100%; } |
68 | 63 | .select2-container.open .dropdown { |
69 | 64 | border-top: none; |
70 | 65 | border-top-left-radius: 0; |
71 | 66 | border-top-right-radius: 0; |
72 | 67 | left: 0; } |
73 | 68 |
|
| 69 | +.select2-search--dropdown { |
| 70 | + display: block; |
| 71 | + padding: 4px; } |
| 72 | + .select2-search--dropdown .select2-search__field { |
| 73 | + padding: 4px; |
| 74 | + width: 100%; } |
| 75 | + |
74 | 76 | .select2-container--default .select2-selection--single { |
75 | 77 | background-color: #fff; |
76 | 78 | border: 1px solid #aaa; |
|
80 | 82 | line-height: 28px; } |
81 | 83 | .select2-container--default .select2-selection--single .select2-selection__placeholder { |
82 | 84 | color: #999; } |
83 | | - |
84 | | -.select2-container.select2-theme-default .selection .multiple-select { |
| 85 | +.select2-container--default .select2-selection--multiple { |
85 | 86 | background-color: white; |
86 | 87 | border: 1px solid #aaa; |
87 | 88 | border-radius: 4px; |
88 | 89 | cursor: text; } |
89 | | - .select2-container.select2-theme-default .selection .multiple-select .rendered-selection { |
| 90 | + .select2-container--default .select2-selection--multiple .select2-selection__rendered { |
90 | 91 | list-style: none; |
91 | 92 | margin: 0; |
92 | 93 | padding: 0 5px; } |
93 | | - .select2-container.select2-theme-default .selection .multiple-select .rendered-selection .placeholder { |
| 94 | + .select2-container--default .select2-selection--multiple .select2-selection__placeholder { |
| 95 | + color: #999; |
| 96 | + margin-top: 5px; |
| 97 | + float: left; } |
| 98 | + .select2-container--default .select2-selection--multiple .select2-selection__choice { |
| 99 | + background-color: #e4e4e4; |
| 100 | + border: 1px solid #aaa; |
| 101 | + border-radius: 4px; |
| 102 | + cursor: default; |
| 103 | + float: left; |
| 104 | + margin-right: 5px; |
| 105 | + margin-top: 5px; |
| 106 | + padding: 0 5px; } |
| 107 | + .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { |
94 | 108 | color: #999; |
95 | | - margin-top: 5px; |
96 | | - float: left; } |
97 | | - .select2-container.select2-theme-default .selection .multiple-select .rendered-selection .choice { |
98 | | - background-color: #e4e4e4; |
99 | | - border: 1px solid #aaa; |
100 | | - border-radius: 4px; |
101 | | - cursor: default; |
102 | | - float: left; |
103 | | - margin-right: 5px; |
104 | | - margin-top: 5px; |
105 | | - padding: 0 5px; } |
106 | | - .select2-container.select2-theme-default .selection .multiple-select .rendered-selection .choice .remove { |
107 | | - color: #999; |
108 | | - cursor: pointer; |
109 | | - display: inline-block; |
110 | | - font-weight: bold; |
111 | | - margin-right: 2px; } |
112 | | - .select2-container.select2-theme-default .selection .multiple-select .rendered-selection .choice .remove:hover { |
113 | | - color: #333; } |
114 | | -.select2-container.select2-theme-default.open .selection .single-select, .select2-container.select2-theme-default.open .selection .multiple-select { |
| 109 | + cursor: pointer; |
| 110 | + display: inline-block; |
| 111 | + font-weight: bold; |
| 112 | + margin-right: 2px; } |
| 113 | + .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover { |
| 114 | + color: #333; } |
| 115 | +.select2-container--default.open .select2-selection--single, .select2-container--default.open .select2-selection--multiple { |
115 | 116 | border-bottom-left-radius: 0; |
116 | 117 | border-bottom-right-radius: 0; } |
117 | | -.select2-container.select2-theme-default .select2-search input { |
| 118 | +.select2-container--default .select2-search--dropdown .select2-search__field { |
118 | 119 | border: 1px solid #aaa; } |
119 | | -.select2-container.select2-theme-default .select2-search-inline input { |
| 120 | +.select2-container--default .select2-search--inline .select2-search__field { |
120 | 121 | border: none; |
121 | 122 | outline: 0; } |
122 | | -.select2-container.select2-theme-default .dropdown .results > .options { |
| 123 | +.select2-container--default .dropdown .results > .options { |
123 | 124 | max-height: 200px; |
124 | 125 | overflow-y: auto; } |
125 | | -.select2-container.select2-theme-default .dropdown .results .options .option[role=group] { |
| 126 | +.select2-container--default .dropdown .results .options .option[role=group] { |
126 | 127 | padding: 0; } |
127 | | - .select2-container.select2-theme-default .dropdown .results .options .option[role=group] .group-label { |
| 128 | + .select2-container--default .dropdown .results .options .option[role=group] .group-label { |
128 | 129 | cursor: default; |
129 | 130 | display: block; |
130 | 131 | padding: 6px; } |
131 | | -.select2-container.select2-theme-default .dropdown .results .options .option[aria-disabled=true] { |
| 132 | +.select2-container--default .dropdown .results .options .option[aria-disabled=true] { |
132 | 133 | color: #999; } |
133 | | -.select2-container.select2-theme-default .dropdown .results .options .option[aria-selected=true] { |
| 134 | +.select2-container--default .dropdown .results .options .option[aria-selected=true] { |
134 | 135 | background-color: #ddd; } |
135 | | -.select2-container.select2-theme-default .dropdown .results .options .option[aria-selected].highlighted { |
| 136 | +.select2-container--default .dropdown .results .options .option[aria-selected].highlighted { |
136 | 137 | background-color: #5897fb; |
137 | 138 | color: white; } |
138 | 139 |
|
|
0 commit comments