1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-04 23:53:15 +02:00
TableFilter/static/style/sort.styl
2016-06-25 22:07:58 +10:00

21 lines
511 B
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")