Skip to content

Commit 1b49146

Browse files
committed
Change background-image to background
1 parent cd8dd48 commit 1b49146

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

select2-bootstrap.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
height:28px;
88
border-radius: 3px;
99
line-height: 29px;
10-
background-image:none;
10+
background:none;
1111
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);
@@ -17,14 +17,13 @@
1717
.select2-container .select2-choice div {
1818
border-left:none;
1919
background:none;
20-
background-image:none;
2120
filter:none;
2221
}
2322

2423
.select2-container-multi .select2-choices {
2524
border:1px solid #ccc;
2625
border-radius: 3px;
27-
background-image:none;
26+
background:none;
2827
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);

0 commit comments

Comments
 (0)