1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 16:32:39 +02:00
TableFilter/static/style/reset-button.styl

17 lines
411 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
2015-08-09 07:18:09 +02:00
height $min-height
2015-08-07 12:11:27 +02:00
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-09 07:18:09 +02:00
background-color $toolbar-hover-color