mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
refactor: tweak header style
This commit is contained in:
committed by
Carlos Valente
parent
3701ba5174
commit
976dc9cbde
@@ -45,12 +45,11 @@ $table-header-font-size: calc(1rem - 3px);
|
|||||||
|
|
||||||
.tableHeader {
|
.tableHeader {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: -1px;
|
top: 0px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
background-color: $ui-black;
|
||||||
font-size: $table-header-font-size;
|
font-size: $table-header-font-size;
|
||||||
color: $gray-700;
|
color: $label-gray;}
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background-color: $gray-1300;
|
background-color: $gray-1300;
|
||||||
|
|||||||
Reference in New Issue
Block a user