Highlight currently playing song on all song tables (#178)

This commit is contained in:
jeffvli 2023-07-18 18:39:39 -07:00
parent 919016ca5a
commit ece7fecc76
13 changed files with 299 additions and 194 deletions

View file

@ -1,41 +1,41 @@
.ag-header-fixed {
position: fixed !important;
top: 65px;
z-index: 15;
background: var(--table-header-bg) !important;
margin: 0 -2rem;
padding: 0 2rem;
border-bottom: 1px solid var(--table-border-color);
box-shadow: 0 -1px 0 0 #181818;
transition: position 0.2s ease-in-out;
position: fixed !important;
top: 65px;
z-index: 15;
background: var(--table-header-bg) !important;
margin: 0 -2rem;
padding: 0 2rem;
border-bottom: 1px solid var(--table-border-color);
box-shadow: 0 -1px 0 0 #181818;
transition: position 0.2s ease-in-out;
}
.ag-header {
z-index: 5;
z-index: 5;
}
.window-frame {
top: 95px;
top: 95px;
}
.ag-header-transparent {
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
}
.ag-header-fixed-margin {
margin-top: 43px !important;
margin-top: 43px !important;
}
.ag-header-cell-comp-wrapper {
margin: 0.5rem 0.5rem;
margin: 0.5rem 0.5rem;
}
.ag-header-cell,
.ag-header-group-cell {
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.ag-header-cell-resize {
background-color: transparent;
background-color: transparent;
}