|
@@ -1,5 +1,5 @@
|
|
|
@font-size-base: 12px;
|
|
|
-@table-row-hover-bg: color(~`colorPalette('@{warning-color}', 3) `);
|
|
|
+@table-row-hover-bg: color(~`colorPalette('@{primary-color}', 0.5) `);
|
|
|
@text-color: fade(@black, 100%);
|
|
|
@disabled-bg: #fafafa;
|
|
|
@modal-body-padding: 15px;
|
|
@@ -24,7 +24,7 @@
|
|
|
@ve-table-body-row-highlight-background-color: color(~`colorPalette('@{primary-color}', 1) `);
|
|
|
|
|
|
.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content{
|
|
|
-
|
|
|
+ border-bottom: 1px solid #ddd;
|
|
|
}
|
|
|
.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header tr.ve-table-header-tr th.ve-table-header-th{
|
|
|
font-weight: 900;
|