forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap-select.css
48 lines (47 loc) · 961 Bytes
/
bootstrap-select.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
float:none;
display: inline-block;
margin-bottom: 10px;
margin-left:0;
}
.bootstrap-select {
width: 220px;
}
.bootstrap-select .btn {
width: 220px;
}
.bootstrap-select.btn-group .btn .filter-option {
overflow:hidden;
position:absolute;
left:12px;
right:25px;
text-align:left;
}
.bootstrap-select.btn-group .btn .caret {
position:absolute;
right:12px;
}
.bootstrap-select.btn-group .disabled {
cursor: not-allowed;
}
.bootstrap-select.btn-group[class*="span"] .btn {
width:100%;
}
.bootstrap-select.btn-group .dropdown-menu {
min-width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.bootstrap-select.btn-group .dropdown-menu ul {
margin:0;
list-style:none;
}