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

22 lines
542 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
a.reset
font-weight normal !important
line-height $min-height
padding 5px 5px