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

18 lines
512 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Reset button default style
*/
2015-08-07 12:11:27 +02:00
@import 'config'
2015-08-04 10:38:40 +02:00
input.reset
2015-08-07 12:11:27 +02:00
width $min-width
height 100%
cursor pointer !important
border 0
vertical-align middle
background: transparent url(themes/btn_clear_filters.png) center center no-repeat !important
2015-08-04 10:38:40 +02:00
2015-08-06 07:27:09 +02:00
&:hover
2015-08-07 12:11:27 +02:00
background #F4F4F4 url(themes/btn_clear_filters.png) center center no-repeat !important
border-radius 3px