diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index 487aa60d2..b54860b8b 100755 --- a/src/definitions/collections/table.less +++ b/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; diff --git a/src/themes/default/globals/site.variables b/src/themes/default/globals/site.variables index 2cf4ed3ee..6ab5373a0 100644 --- a/src/themes/default/globals/site.variables +++ b/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;