This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +302
-125
lines changed Expand file tree Collapse file tree 2 files changed +302
-125
lines changed Original file line number Diff line number Diff line change 3
3
font-weight : bold;
4
4
}
5
5
6
+
7
+ /* Select2 theme */
8
+
9
+
10
+ /* Selectize theme */
11
+
6
12
/* Fix input width for Selectize theme */
7
13
.selectize-control > .selectize-input > input {
8
14
width : 100% ;
12
18
.selectize-control > .selectize-dropdown {
13
19
width : 100% ;
14
20
}
21
+
22
+
23
+ /* Bootstrap theme */
24
+
25
+ /* Fix Bootstrap dropdown position when inside a input-group */
26
+ .input-group > .ui-select-bootstrap .dropdown {
27
+ /* Instead of relative */
28
+ position : static;
29
+ }
30
+
31
+ .input-group > .ui-select-bootstrap > input .ui-select-search .form-control {
32
+ border-radius : 4px ; /* FIXME hardcoded value :-/ */
33
+ border-top-right-radius : 0 ;
34
+ border-bottom-right-radius : 0 ;
35
+ }
36
+
37
+ .ui-select-bootstrap > .ui-select-match {
38
+ /* Instead of center because of .btn */
39
+ text-align : left;
40
+ }
41
+
42
+ .ui-select-bootstrap > .ui-select-match > .caret {
43
+ top : 45% ;
44
+ position : absolute;
45
+ right : 17px ;
46
+ }
47
+
48
+ .ui-select-bootstrap > .ui-select-choices {
49
+ width : 100% ;
50
+ }
51
+
52
+ /* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
53
+ .ui-select-bootstrap > .ui-select-choices {
54
+ height : auto;
55
+ max-height : 200px ;
56
+ overflow-x : hidden;
57
+ }
You can’t perform that action at this time.
0 commit comments