tablefilter
Version:
A Javascript library making HTML tables filterable and a bit more
22 lines (17 loc) • 563 B
text/stylus
/**
* Reset button default style
*/
@import 'config'
input.reset
display inline-block
width $min-width
height $min-height
border 0
background: transparent url(themes/btn_clear_filters.png) center center no-repeat
vertical-align top
&:hover
background-color $toolbar-hover-color
a.reset
font-weight normal
line-height $min-height
padding 5px 5px