lib/html/source/stylesheets/buttons.styl in flammarion-0.0.12 vs lib/html/source/stylesheets/buttons.styl in flammarion-0.0.13
- old
+ new
@@ -64,11 +64,18 @@
content " "
width 1em
height 1em
border $normal-border
margin-right 0.5em
+ if $enable-gradients
+ background-linear-gradient top, lighten($bg-color, 10%), 40%, darken($bg-color, 10%), 100%
&.checked:before
- background-color activate($bg-color, 40%)
+ content "X"
+ font-weight 900
+ color activate($bg-color, 40%)
+ text-align center
+ if $enable-gradients
+ background-linear-gradient top, darken($highlight, 10%), 40%, lighten($highlight, 10%), 100%
&:hover
background-color $highlight
#toolbar
background-color #000