1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-02 22:12:23 +02:00
TableFilter/static/style/sort.styl

21 lines
511 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Sorting elements default style
*/
.sort-arrow
position absolute
display none
2015-08-04 10:38:40 +02:00
width 11px
height 11px
margin 0
2015-08-04 10:38:40 +02:00
background-position center center;
background-repeat no-repeat
&.descending
display inline
background-image url("themes/downsimple.png")
2015-08-04 10:38:40 +02:00
&.ascending
display inline
background-image url("themes/upsimple.png")