vendor/assets/stylesheets/bootflat/_checkbox_radio.scss in bootflat-rails-0.1.3 vs vendor/assets/stylesheets/bootflat/_checkbox_radio.scss in bootflat-rails-0.1.6
- old
+ new
@@ -1,8 +1,8 @@
// Variables
//------------------------------------------------------
-$img-src: "../bootflat/img/check_flat/default.png" !default;
+$img-src: "check_flat/default.png" !default;
// Exports
//------------------------------------------------------
@include exports("checkbox-radio") {
@@ -22,10 +22,10 @@
vertical-align: middle;
margin: 0;
padding: 0 !important;
width: 20px;
height: 20px;
- background: url($img-src) no-repeat;
+ background: image-url($img-src) no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_flat {