forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap-select.css
More file actions
53 lines (53 loc) · 1.59 KB
/
bootstrap-select.css
File metadata and controls
53 lines (53 loc) · 1.59 KB
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
49
50
51
52
53
.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:focus {
outline: thin dotted #333333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px;
}
.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, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {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 dt {
display:block;
padding:3px 20px;
cursor:default;
}
.bootstrap-select.btn-group .div-contain {overflow:hidden;}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {padding-left:35px;}
.bootstrap-select.btn-group .dropdown-menu li > a {min-height:20px;}
.bootstrap-select.btn-group .dropdown-menu li small {padding-left:0.5em;}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small {color: #64b1d8; color:rgba(255,255,255,0.4);}
.bootstrap-select.btn-group .dropdown-menu li > dt small {font-weight:normal;}