vendor/assets/stylesheets/multi-select.scss in multi-select-rails-0.9.1 vs vendor/assets/stylesheets/multi-select.scss in multi-select-rails-0.9.2
- old
+ new
@@ -1,7 +1,7 @@
.ms-container{
- background: transparent image-url("switch.png") no-repeat 170px 80px;
+ background: transparent image-url('switch.png') no-repeat 170px 80px;
}
.ms-container:after{
content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden;
}
@@ -81,6 +81,6 @@
.ms-container .ms-selection li:not(.disabled).ms-hover{
cursor: pointer;
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
-}
\ No newline at end of file
+}