color updates

This commit is contained in:
2021-01-07 01:08:09 +01:00
parent 0babf13a91
commit 052d4a47be
5 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -160,7 +160,7 @@
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
background: var(--color-bg-shade-5);
background: var(--color-bg-shade-3);
//box-shadow: var(--shadow-short);
color: var(--color-text);
height: 22px;
@@ -188,4 +188,9 @@
{
margin-top: 12px !important;
}
.ui-table-filter-overlay .ui-select-button-description
{
color: var(--color-primary);
}
</style>
@@ -63,6 +63,7 @@ a.ui-table-row:hover
//border-bottom: 1px solid var(--color-line);
z-index: 2;
background: var(--color-table-head);
/*border-bottom: 2px solid var(--color-bg);*/
.ui-table-cell
{