1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-17 22:06:41 +02:00
TableFilter/static/style/reset-button.styl
2015-08-09 15:18:09 +10:00

17 lines
411 B
Stylus

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