1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-25 00:40:32 +02:00
TableFilter/static/style/reset-button.styl
2015-08-04 18:38:40 +10:00

15 lines
410 B
Stylus

/**
* Reset button default style
*/
input.reset
width 19px
height 19px
cursor pointer !important
border 0 !important
vertical-align: middle
background: transparent url(themes/btn_clear_filters.png) center center no-repeat !important
:hover
background #CAD1D6 url(themes/btn_clear_filters.png) center center no-repeat !important