mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-07 23:29:28 +00:00
18 lines
458 B
CSS
18 lines
458 B
CSS
:root{
|
|
--fhc-myLv-disabled: var(--fhc-disabled, #565e647f);
|
|
}
|
|
|
|
.unavailable, .unavailable:hover{
|
|
color: var(--fhc-myLv-disabled) !important;
|
|
cursor: default;
|
|
}
|
|
|
|
/* adjustment to have bs5 dropdownmenus rendered properly over a tabulator table */
|
|
.mylv-semester-table .tabulator-cell {
|
|
overflow: unset;
|
|
}
|
|
|
|
.mylv-semester-table .tabulator-cell .action-col {
|
|
/*min-height: 2.5rem;*/
|
|
align-items: flex-start; /* so wrapped rows don't stretch vertically */
|
|
} |