tablefilter
Version:
A Javascript library making HTML tables filterable and a bit more
21 lines (17 loc) • 531 B
text/stylus
/**
* Sorting elements default style
*/
.sort-arrow
position absolute
display none
width 11px
height 11px
margin 0
background-position center center;
background-repeat no-repeat
&.descending
display inline
background-image url("themes/downsimple.png")
&.ascending
display inline
background-image url("themes/upsimple.png")