1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-20 14:45:15 +02:00
TableFilter/static/style/table.styl
2015-08-04 18:38:40 +10:00

29 lines
810 B
Stylus

/**
* Table's default style
*/
@import 'config'
table.TF
border-spacing 0
border-top 1px solid $border-color-2
border-left 1px solid $border-color-2
border-bottom 1px solid $border-color-1
border-right 1px solid $border-color-1
th
margin 0
background-color $th-bg-color
border-bottom 1px solid $border-color-2
border-right 1px solid $border-color-2
border-left 1px solid $border-color-0
border-top 1px solid $border-color-0
padding $padding
color $th-font-color
td
margin 0
padding $padding
border-bottom 1px solid $border-color-2
border-right 1px solid $border-color-2