1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-18 14:26:40 +02:00
TableFilter/static/style/reset-button.styl
2015-08-07 22:10:08 +10:00

18 lines
423 B
Stylus

/**
* Reset button default style
*/
@import 'config'
input.reset
display inline-block
width $min-width
height 100%
border 0
background: transparent url(themes/btn_clear_filters.png) center center no-repeat
vertical-align top
&:hover
background-color #F4F4F4
border-radius 3px