Skip to content

Commit 1e24c96

Browse files
committed
Merge branch 'master' of github.com:yuripc/select2-bootstrap-css into yuri
2 parents 4a85f2c + 321e24f commit 1e24c96

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

select2-bootstrap.css

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,45 @@
11
.select2-container {
2-
vertical-align:middle;
2+
vertical-align: middle;
33
}
44

55
.select2-container .select2-choice {
6-
border:1px solid #ccc;
7-
height:28px;
6+
border: 1px solid #ccc;
7+
height: 28px;
88
border-radius: 3px;
99
line-height: 29px;
10-
background-image:none;
11-
filter:none;
10+
background: none;
11+
filter: none;
1212
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1313
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1414
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1515
}
1616

1717
.select2-container .select2-choice div {
18-
border-left:none;
19-
background:none;
20-
background-image:none;
21-
filter:none;
18+
border-left: none;
19+
background: none;
20+
filter: none;
2221
}
2322

2423
.select2-container-multi .select2-choices {
25-
border:1px solid #ccc;
24+
border: 1px solid #ccc;
2625
border-radius: 3px;
27-
background-image:none;
28-
filter:none;
26+
background: none;
27+
filter: none;
2928
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3029
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
3130
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
3231
}
3332

3433
.control-group.error .select2-container-multi .select2-choices {
35-
border-color:#B94A48;
34+
border-color: #B94A48;
3635
}
3736

3837
.control-group.error .select2-container .select2-choice {
39-
border-color:#B94A48;
38+
border-color: #B94A48;
4039
}
4140

4241
.select2-container-multi .select2-choices .select2-search-field {
43-
height:28px;
42+
height: 28px;
4443
line-height: 27px;
4544
}
4645

@@ -55,19 +54,19 @@
5554
}
5655

5756
.input-append .select2-container, .input-prepend .select2-container {
58-
font-size:14px;
57+
font-size: 14px;
5958
}
6059

6160
.input-prepend .select2-container > a.select2-choice,
6261
.input-prepend .select2-container-multi .select2-choices {
63-
border-top-left-radius: 0px;
64-
border-bottom-left-radius: 0px;
62+
border-top-left-radius: 0;
63+
border-bottom-left-radius: 0;
6564
}
6665

6766
.input-append .select2-container > a,
6867
.input-append .select2-container-multi .select2-choices {
69-
border-top-right-radius: 0px;
70-
border-bottom-right-radius: 0px;
68+
border-top-right-radius: 0;
69+
border-bottom-right-radius: 0;
7170
}
7271

7372
.select2-dropdown-open .select2-choice,
@@ -84,7 +83,7 @@
8483

8584
.input-prepend .select2-container > a.select2-choice > div,
8685
.input-append .select2-container > a.select2-choice > div {
87-
display:none;
86+
display: none;
8887
}
8988

9089
.input-append .select2-offscreen,
@@ -98,6 +97,6 @@
9897
* removed if javascript is not present
9998
*/
10099
select.select2 {
101-
height:28px;
102-
visibility:hidden;
100+
height: 28px;
101+
visibility: hidden;
103102
}

0 commit comments

Comments
 (0)