diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index d850f607c..d97d1f235 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -32,13 +32,21 @@ box-shadow: @boxShadow; border-radius: @borderRadius; color: @color; -} - -.ui.table { border-collapse: @borderCollapse; border-spacing: @borderSpacing; } +.ui.table:first-child { + margin-top: 0em; +} +.ui.table:last-child { + margin-bottom: 0em; +} + +/******************************* + Parts +*******************************/ + /* Table Content */ .ui.table th, .ui.table td { @@ -284,8 +292,8 @@ .ui.table tr.active:hover td, .ui.table td:hover.active, .ui.table th:hover.active { - background: @warningBackgroundHover !important; - color: @warningColorHover !important; + background: @activeBackgroundColor !important; + color: @activeColor !important; }