Highlight mixer labels on dial hover

This commit is contained in:
Geoffrey D. Bennett
2024-12-27 01:58:35 +10:30
parent 640d027502
commit 0f7389dca8
2 changed files with 72 additions and 2 deletions

View File

@@ -65,6 +65,14 @@
background: #801010;
}
.mixer-label {
}
.mixer-label-hover {
font-weight: bold;
text-shadow: 0 0 5px #00c000, 0 0 15px #00c000;
}
label.gain {
font-size: smaller;
}