Browse Source

Fix table align issue, adjust white border opacity

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

1
src/definitions/collections/table.less

@ -31,6 +31,7 @@
border: @border;
box-shadow: @boxShadow;
border-radius: @borderRadius;
text-align: @textAlign;
color: @color;
border-collapse: @borderCollapse;
border-spacing: @borderSpacing;

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

@ -356,7 +356,7 @@
@solidBorderColor : #D4D4D5;
@solidSelectedBorderColor : #BEBEBF;
@whiteBorderColor : rgba(255, 255, 255, 0.2);
@whiteBorderColor : rgba(255, 255, 255, 0.1);
@selectedWhiteBorderColor : rgba(255, 255, 255, 0.8);
@solidWhiteBorderColor : #555555;

Loading…
Cancel
Save