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

15 lines
410 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* 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