diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index d75db0e99..4e7c3381d 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -27,6 +27,7 @@ .ui.table { width: 100%; background: @background; + margin: @margin; border: @border; box-shadow: @boxShadow; border-radius: @borderRadius; diff --git a/src/themes/packages/default/collections/table.variables b/src/themes/packages/default/collections/table.variables index 3f9c65703..19844515b 100644 --- a/src/themes/packages/default/collections/table.variables +++ b/src/themes/packages/default/collections/table.variables @@ -3,9 +3,10 @@ *******************************/ /*------------------- - Collection + Element --------------------*/ +@margin: 1em 0em; @borderCollapse: separate; @borderSpacing: 0px; @transition: all 0.2s @defaultEasing; @@ -16,7 +17,7 @@ @boxShadow: none; /*-------------- - Elements + Parts ---------------*/ /* Table Row */ @@ -142,7 +143,7 @@ /* Colors */ @coloredBorderSize: 0.2em; -@coloredBorderRadius: 0em; +@coloredBorderRadius: @borderRadius; /* Inverted */ @invertedBackground: #333333;