1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 14:32:21 +02:00
TableFilter/static/style/active-header.styl

11 lines
213 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Filtered column marker default style
*/
.activeHeader
2015-08-07 14:10:08 +02:00
background-color #66AFE9 !important
color #fff !important
.activeCell
background-color rgba(0,0,0,0.075)