mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-03 21:39:08 +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 {
|
.tableHeader {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: -1px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
font-size: $table-header-font-size;
|
font-size: $table-header-font-size;
|
||||||
@@ -54,6 +54,7 @@ $table-header-font-size: calc(1rem - 3px);
|
|||||||
|
|
||||||
th {
|
th {
|
||||||
background-color: $gray-1300;
|
background-color: $gray-1300;
|
||||||
|
padding-left: 0.25rem;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.resizer {
|
.resizer {
|
||||||
|
|||||||
Reference in New Issue
Block a user