1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-13 03:13:00 +02:00
TableFilter/static/style/table.styl

29 lines
812 B
Stylus
Raw Normal View History

2015-08-03 09:50:15 +02:00
/**
* Table's default styling
*/
@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