1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-16 12:45:49 +02:00
TableFilter/static/style/alternating-rows.styl

9 lines
115 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Alternating rows default style
*/
.even
2015-08-07 12:11:27 +02:00
background-color #FFF
2015-08-04 10:38:40 +02:00
.odd
2015-08-07 12:11:27 +02:00
background-color #F9F9F9