Browse Source

Table footers get bg color

pull/2308/head
jlukic 9 years ago
parent
commit
ae685c1bf5
2 changed files with 1 additions and 2 deletions
  1. 2
      src/themes/default/collections/table.variables
  2. 1
      src/themes/default/globals/site.variables

2
src/themes/default/collections/table.variables

@ -54,7 +54,7 @@
@footerBoxShadow: none; @footerBoxShadow: none;
@footerBorder: 1px solid @borderColor; @footerBorder: 1px solid @borderColor;
@footerDivider: none; @footerDivider: none;
@footerBackground: @white;
@footerBackground: @offWhite;
@footerAlign: inherit; @footerAlign: inherit;
@footerVerticalAlign: middle; @footerVerticalAlign: middle;
@footerColor: @textColor; @footerColor: @textColor;

1
src/themes/default/globals/site.variables

@ -402,7 +402,6 @@
0px 0px 5px rgba(81, 167, 232, 0.5) 0px 0px 5px rgba(81, 167, 232, 0.5)
; ;
/*------------------- /*-------------------
Derived Values Derived Values
--------------------*/ --------------------*/

Loading…
Cancel
Save