Change volume scale color when over-amplified

This commit is contained in:
Rafostar
2020-12-01 09:43:36 +01:00
parent f4da4dec71
commit def5bc5d96
2 changed files with 16 additions and 1 deletions

View File

@@ -96,6 +96,9 @@ scale marks {
.osd .volumescale trough highlight {
min-width: 6px;
}
.overamp trough highlight {
background: @error_color;
}
/* Floating Mode */
.floatingwindow {