lib/ruby_app/themes/mobile/inputs/toggle_input.css.haml in RubyApp-0.0.60 vs lib/ruby_app/themes/mobile/inputs/toggle_input.css.haml in RubyApp-0.0.61

- old
+ new

@@ -3,13 +3,14 @@ /* #{__FILE__} @import '#{File.join(File.dirname(__FILE__), %w[.. colors.sass])}' input[type="checkbox"] -webkit-appearance: none border: 2px solid $page_foreground - border-radius: 5px - width: 25px - height: 25px + border-radius: 3px + width: 20px + height: 20px background-position: center center background-repeat: no-repeat + margin: 0px &:checked background-image: url('/ruby_app/resources/themes/mobile/inputs/toggle.png') = yield