vendor/assets/stylesheets/modules/switch.less in flatui-rails-less-1.0 vs vendor/assets/stylesheets/modules/switch.less in flatui-rails-less-1.1

- old
+ new

@@ -13,11 +13,11 @@ line-height: @line-height-base; overflow: hidden; position: relative; text-align: left; width: @switch-width; - .mask(~"url('../images/switch/mask.png') 0 0 no-repeat"); + .mask(~"url('/assets/switch/mask.png') 0 0 no-repeat"); .user-select(none); &.deactivate { .opacity(.5); cursor: default !important; @@ -112,10 +112,10 @@ // Square Switch // ------------------------------- .switch-square { border-radius: @border-radius-large; - .mask(~"url('../images/switch/mask.png') 0 0 no-repeat"); + .mask(~"url('/assets/switch/mask.png') 0 0 no-repeat"); > div { &.switch-off { label { border-color: mix(@brand-primary, white, 63%); \ No newline at end of file