1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-16 04:35:27 +02:00
TableFilter/static/style/config.styl

45 lines
1.3 KiB
Stylus
Raw Normal View History

2015-08-03 09:50:15 +02:00
/**
* Global variables
*/
2015-08-04 10:38:40 +02:00
// table
2015-08-07 12:11:27 +02:00
$font-family = inherit
$padding = 0.5em 0.7em
2015-08-07 14:10:08 +02:00
$min-width = 35px
$min-height = 35px
2015-08-03 09:50:15 +02:00
2015-08-04 10:38:40 +02:00
// header cell
2015-08-07 12:11:27 +02:00
$th-height = 35px
$th-bg-color = #EAEAEA
2015-08-04 10:38:40 +02:00
$th-padding = 5px
$th-font-color = #333
2015-08-07 12:11:27 +02:00
$th-bottom-border-color = #DDD
$th-top-border-color = #F4F4F4
$th-left-border-color = #CCC
$th-right-border-color = #F4F4F4
2015-08-03 09:50:15 +02:00
2015-08-07 12:11:27 +02:00
// cell
$td-border-color = #C6C6C6
// filters
$filter-font-color = #444
$filter-row-bg-color = #EAEAEA
$filter-bg-color = #FFF
$filter-border-color = #F4F4F4
$filter-height = 35px
2015-08-04 10:38:40 +02:00
// toolbar container (.inf)
2015-08-08 16:17:22 +02:00
$toolbar-bg-color = #FFF
2015-08-07 14:10:08 +02:00
$toolbar-font-size = inherit
2015-08-07 12:11:27 +02:00
$toolbar-border-color = #CCC
2015-08-07 14:10:08 +02:00
$toolbar-divider-color = #F4F4F4
2015-08-09 07:18:09 +02:00
$toolbar-hover-color = #F4F4F4
2015-08-04 10:38:40 +02:00
// paging
2015-08-07 16:23:32 +02:00
$paging-nav-button-bg-color-hover = #F4F4F4
2015-08-04 10:38:40 +02:00
// grid layout
$grid-layout-bg-color = #C8E0FB
$grid-layout-border-color = #99BBE8
2015-08-07 12:11:27 +02:00