mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 10:23:54 +00:00
refactor: style tweaks to cuesheet
This commit is contained in:
committed by
Carlos Valente
parent
988100c1d9
commit
e694cb7556
@@ -45,7 +45,7 @@ $table-header-font-size: calc(1rem - 3px);
|
||||
|
||||
.tableHeader {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: -1px;
|
||||
z-index: 10;
|
||||
|
||||
font-size: $table-header-font-size;
|
||||
@@ -54,6 +54,7 @@ $table-header-font-size: calc(1rem - 3px);
|
||||
|
||||
th {
|
||||
background-color: $gray-1300;
|
||||
padding-left: 0.25rem;
|
||||
|
||||
&:hover {
|
||||
.resizer {
|
||||
|
||||
Reference in New Issue
Block a user