88
99/* Style when highlighting a search. */
1010.ui-select-highlight {
11- font-weight : bold;
11+ font-weight : bold;
1212}
1313
1414.ui-select-offscreen {
15- clip : rect (0 0 0 0 ) !important ;
16- width : 1px !important ;
17- height : 1px !important ;
18- border : 0 !important ;
19- margin : 0 !important ;
20- padding : 0 !important ;
21- overflow : hidden !important ;
22- position : absolute !important ;
23- outline : 0 !important ;
24- left : 0px !important ;
25- top : 0px !important ;
15+ clip : rect (0 0 0 0 ) !important ;
16+ width : 1px !important ;
17+ height : 1px !important ;
18+ border : 0 !important ;
19+ margin : 0 !important ;
20+ padding : 0 !important ;
21+ overflow : hidden !important ;
22+ position : absolute !important ;
23+ outline : 0 !important ;
24+ left : 0px !important ;
25+ top : 0px !important ;
2626}
2727
2828/* Select2 theme */
2929
3030/* Mark invalid Select2 */
3131.ng-dirty .ng-invalid > a .select2-choice {
32- border-color : # D44950 ;
32+ border-color : # D44950 ;
3333}
3434
3535.select2-result-single {
36- padding-left : 0 ;
36+ padding-left : 0 ;
3737}
3838
3939.select2-locked > .select2-search-choice-close {
40- display : none;
40+ display : none;
4141}
4242
4343.select-locked > .ui-select-match-close {
44- display : none;
44+ display : none;
4545}
4646
4747body > .select2-container .open {
48- z-index : 9999 ; /* The z-index Select2 applies to the select2-drop */
48+ z-index : 9999 ; /* The z-index Select2 applies to the select2-drop */
4949}
5050
5151/* Selectize theme */
5252
5353/* Helper class to show styles when focus */
5454.selectize-input .selectize-focus {
55- border-color : # 007FBB !important ;
55+ border-color : # 007FBB !important ;
5656}
5757
5858/* Fix input width for Selectize theme */
5959.selectize-control > .selectize-input > input {
60- width : 100% ;
60+ width : 100% ;
6161}
6262
6363/* Fix dropdown width for Selectize theme */
6464.selectize-control > .selectize-dropdown {
65- width : 100% ;
65+ width : 100% ;
6666}
6767
6868/* Mark invalid Selectize */
6969.ng-dirty .ng-invalid > div .selectize-input {
70- border-color : # D44950 ;
70+ border-color : # D44950 ;
7171}
7272
7373
7474/* Bootstrap theme */
7575
7676/* Helper class to show styles when focus */
7777.btn-default-focus {
78- color : # 333 ;
79- background-color : # EBEBEB ;
80- border-color : # ADADAD ;
81- text-decoration : none;
82- outline : 5px auto -webkit-focus-ring-color;
83- outline-offset : -2px ;
84- box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.075 ), 0 0 8px rgba (102 , 175 , 233 , 0.6 );
78+ color : # 333 ;
79+ background-color : # EBEBEB ;
80+ border-color : # ADADAD ;
81+ text-decoration : none;
82+ outline : 5px auto -webkit-focus-ring-color;
83+ outline-offset : -2px ;
84+ box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.075 ), 0 0 8px rgba (102 , 175 , 233 , 0.6 );
8585}
8686
8787.ui-select-bootstrap .ui-select-toggle {
88- position : relative;
88+ position : relative;
8989}
9090
9191.ui-select-bootstrap .ui-select-toggle > .caret {
92- position : absolute;
93- height : 10px ;
94- top : 50% ;
95- right : 10px ;
96- margin-top : -2px ;
92+ position : absolute;
93+ height : 10px ;
94+ top : 50% ;
95+ right : 10px ;
96+ margin-top : -2px ;
9797}
9898
9999/* Fix Bootstrap dropdown position when inside a input-group */
100100.input-group > .ui-select-bootstrap .dropdown {
101- /* Instead of relative */
102- position : static;
101+ /* Instead of relative */
102+ position : static;
103103}
104104
105105.input-group > .ui-select-bootstrap > input .ui-select-search .form-control {
106- border-radius : 4px ; /* FIXME hardcoded value :-/ */
107- border-top-right-radius : 0 ;
108- border-bottom-right-radius : 0 ;
106+ border-radius : 4px ; /* FIXME hardcoded value :-/ */
107+ border-top-right-radius : 0 ;
108+ border-bottom-right-radius : 0 ;
109109}
110110
111111.ui-select-bootstrap > .ui-select-match > .btn {
112- /* Instead of center because of .btn */
113- text-align : left !important ;
112+ /* Instead of center because of .btn */
113+ text-align : left !important ;
114114}
115115
116116.ui-select-bootstrap > .ui-select-match > .caret {
117- position : absolute;
118- top : 45% ;
119- right : 15px ;
117+ position : absolute;
118+ top : 45% ;
119+ right : 15px ;
120120}
121121
122122/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
123123.ui-select-bootstrap > .ui-select-choices {
124- width : 100% ;
125- height : auto;
126- max-height : 200px ;
127- overflow-x : hidden;
128- margin-top : -1px ;
124+ width : 100% ;
125+ height : auto;
126+ max-height : 200px ;
127+ overflow-x : hidden;
128+ margin-top : -1px ;
129129}
130130
131131body > .ui-select-bootstrap .open {
132- z-index : 1000 ; /* Standard Bootstrap dropdown z-index */
132+ z-index : 1000 ; /* Standard Bootstrap dropdown z-index */
133133}
134134
135135.ui-select-multiple .ui-select-bootstrap {
136- height : auto;
137- padding : 3px 3px 0 3px ;
136+ height : auto;
137+ padding : 3px 3px 0 3px ;
138138}
139139
140140.ui-select-multiple .ui-select-bootstrap input .ui-select-search {
141- background-color : transparent !important ; /* To prevent double background when disabled */
142- border : none;
143- outline : none;
144- height : 1.666666em ;
145- margin-bottom : 3px ;
141+ background-color : transparent !important ; /* To prevent double background when disabled */
142+ border : none;
143+ outline : none;
144+ height : 1.666666em ;
145+ margin-bottom : 3px ;
146146}
147147
148148.ui-select-multiple .ui-select-bootstrap .ui-select-match .close {
149- font-size : 1.6em ;
150- line-height : 0.75 ;
149+ font-size : 1.6em ;
150+ line-height : 0.75 ;
151151}
152152
153153.ui-select-multiple .ui-select-bootstrap .ui-select-match-item {
154- outline : 0 ;
155- margin : 0 3px 3px 0 ;
154+ outline : 0 ;
155+ margin : 0 3px 3px 0 ;
156156}
157157
158158.ui-select-multiple .ui-select-match-item {
159- position : relative;
159+ position : relative;
160160}
161161
162162.ui-select-multiple .ui-select-match-item .dropping-before : before {
163- content : "" ;
164- position : absolute;
165- top : 0 ;
166- right : 100% ;
167- height : 100% ;
168- margin-right : 2px ;
169- border-left : 1px solid # 428bca ;
163+ content : "" ;
164+ position : absolute;
165+ top : 0 ;
166+ right : 100% ;
167+ height : 100% ;
168+ margin-right : 2px ;
169+ border-left : 1px solid # 428bca ;
170170}
171171
172172.ui-select-multiple .ui-select-match-item .dropping-after : after {
173- content : "" ;
174- position : absolute;
175- top : 0 ;
176- left : 100% ;
177- height : 100% ;
178- margin-left : 2px ;
179- border-right : 1px solid # 428bca ;
173+ content : "" ;
174+ position : absolute;
175+ top : 0 ;
176+ left : 100% ;
177+ height : 100% ;
178+ margin-left : 2px ;
179+ border-right : 1px solid # 428bca ;
180180}
181181
182182.ui-select-bootstrap .ui-select-choices-row > a {
183- display : block;
184- padding : 3px 20px ;
185- clear : both;
186- font-weight : 400 ;
187- line-height : 1.42857143 ;
188- color : # 333 ;
189- white-space : nowrap;
183+ display : block;
184+ padding : 3px 20px ;
185+ clear : both;
186+ font-weight : 400 ;
187+ line-height : 1.42857143 ;
188+ color : # 333 ;
189+ white-space : nowrap;
190190}
191191
192192.ui-select-bootstrap .ui-select-choices-row > a : hover , .ui-select-bootstrap .ui-select-choices-row > a : focus {
193- text-decoration : none;
194- color : # 262626 ;
195- background-color : # f5f5f5 ;
193+ text-decoration : none;
194+ color : # 262626 ;
195+ background-color : # f5f5f5 ;
196196}
197197
198198.ui-select-bootstrap .ui-select-choices-row .active > a {
199- color : # fff ;
200- text-decoration : none;
201- outline : 0 ;
202- background-color : # 428bca ;
199+ color : # fff ;
200+ text-decoration : none;
201+ outline : 0 ;
202+ background-color : # 428bca ;
203203}
204204
205205.ui-select-bootstrap .ui-select-choices-row .disabled > a ,
206206.ui-select-bootstrap .ui-select-choices-row .active .disabled > a {
207- color : # 777 ;
208- cursor : not-allowed;
209- background-color : # fff ;
207+ color : # 777 ;
208+ cursor : not-allowed;
209+ background-color : # fff ;
210210}
211211
212212/* fix hide/show angular animation */
213213.ui-select-match .ng-hide-add ,
214214.ui-select-search .ng-hide-add {
215- display : none !important ;
215+ display : none !important ;
216216}
217217
218218/* Mark invalid Bootstrap */
219219.ui-select-bootstrap .ng-dirty .ng-invalid > button .btn .ui-select-match {
220- border-color : # D44950 ;
221- }
220+ border-color : # D44950 ;
221+ }
0 commit comments