1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-09 09:22:28 +02:00
TableFilter/static/style/reset-button.styl

18 lines
423 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 14:10:08 +02:00
display inline-block
2015-08-07 12:11:27 +02:00
width $min-width
height 100%
border 0
2015-08-07 14:10:08 +02:00
background: transparent url(themes/btn_clear_filters.png) center center no-repeat
vertical-align top
2015-08-04 10:38:40 +02:00
2015-08-06 07:27:09 +02:00
&:hover
2015-08-07 14:10:08 +02:00
background-color #F4F4F4
2015-08-07 12:11:27 +02:00
border-radius 3px