fix css compiling error
This commit is contained in:
parent
3e6c2b1ec2
commit
287e77836d
|
@ -149,7 +149,7 @@ Version: 3.3.1 Timestamp: Wed Feb 20 09:57:22 PST 2013
|
|||
margin-top: 4px; }
|
||||
|
||||
.select2-search input.select2-active {
|
||||
background: white image-url("select2-spinner.gif") no-repeat 100%; }
|
||||
background: white url("select2/spinner.gif") no-repeat 100%; }
|
||||
|
||||
.select2-container-active .select2-choice,
|
||||
.select2-container-active .select2-choices {
|
||||
|
@ -261,7 +261,7 @@ disabled look for disabled choices in the results dropdown
|
|||
display: none; }
|
||||
|
||||
.select2-more-results.select2-active {
|
||||
background: #f4f4f4 image-url("select2-spinner.gif") no-repeat 100%; }
|
||||
background: #f4f4f4 url("select2/spinner.gif") no-repeat 100%; }
|
||||
|
||||
.select2-more-results {
|
||||
background: #f4f4f4;
|
||||
|
@ -323,7 +323,7 @@ disabled look for disabled choices in the results dropdown
|
|||
background: transparent !important; }
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
|
||||
background: white image-url("select2-spinner.gif") no-repeat 100% !important; }
|
||||
background: white url("select2/spinner.gif") no-repeat 100% !important; }
|
||||
|
||||
.select2-default {
|
||||
color: #999999 !important; }
|
||||
|
@ -404,4 +404,4 @@ disabled look for disabled choices in the results dropdown
|
|||
background-size: 60px 40px !important; }
|
||||
|
||||
.select2-search input {
|
||||
background-position: 100% -21px !important; } }
|
||||
background-position: 100% -21px !important; } }
|
Loading…
Reference in New Issue