mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +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 {
|
||||
position: sticky;
|
||||
top: -1px;
|
||||
top: 0px;
|
||||
z-index: 10;
|
||||
|
||||
background-color: $ui-black;
|
||||
font-size: $table-header-font-size;
|
||||
color: $gray-700;
|
||||
}
|
||||
color: $label-gray;}
|
||||
|
||||
th {
|
||||
background-color: $gray-1300;
|
||||
|
||||
Reference in New Issue
Block a user