Browse Source

Fix header border color to be internal

pull/2300/head
jlukic 9 years ago
parent
commit
46ea66052c
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/collections/table.variables

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

@ -37,7 +37,7 @@
@cellBorder: 1px solid @internalBorderColor;
/* Table Header */
@headerBorder: 1px solid @borderColor;
@headerBorder: 1px solid @internalBorderColor;
@headerDivider: none;
@headerBackground: @offWhite;
@headerAlign: inherit;

Loading…
Cancel
Save