diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2017-02-07 23:35:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 23:35:48 -0700 |
| commit | 8beaab5cd8447840558085242e53ad0fc475f8cd (patch) | |
| tree | 037b7ef36bdfcf8cbec04aa38e5937731881789b /data | |
| parent | 036bdf6d623dc5310e4cecf67f8e74af7f409fd1 (diff) | |
resolves #724 introduce attribute to control table striping (PR #745)
- add stripe role to control table striping
- values are even (default), odd, all, none
- introduce keys to control striping
- table_body_background_color is "off" value; odd rows by default
- table_body_stripe_background_color is "on" value; even rows by default
Diffstat (limited to 'data')
| -rw-r--r-- | data/themes/default-theme.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml index eaa1ece2..9f472ac9 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -222,8 +222,8 @@ table: #head_background_color: <hex value> #head_font_color: $base_font_color head_font_style: bold - even_row_background_color: f9f9f9 - #odd_row_background_color: <hex value> + #body_background_color: <hex value> + body_stripe_background_color: f9f9f9 foot_background_color: f0f0f0 border_color: dddddd border_width: $base_border_width |
