1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-09 01:12:38 +02:00
TableFilter/static/style/sort.styl
2015-08-04 18:38:40 +10:00

17 lines
367 B
Stylus

/**
* Sorting elements default style
*/
.sort-arrow
width 11px
height 11px
margin 0 2px
background-position center center;
background-repeat no-repeat
&.descending
background-image url("themes/downsimple.png")
&.ascending
background-image url("themes/upsimple.png")