Make speed scale look consistent with volume scale on fullscreen

This commit is contained in:
Rafał Dzięgiel
2021-01-22 11:45:43 +01:00
parent d8c6c61f1b
commit 20f03423f3
2 changed files with 9 additions and 3 deletions

View File

@@ -26,9 +26,6 @@ radio {
.osd list {
background: none;
}
.osd list row {
-gtk-icon-shadow: none;
}
.osd .playercontrols {
-gtk-icon-size: 24px;
@@ -164,6 +161,14 @@ radio {
background: @error_color;
}
/* Elapsed Popover */
.osd list row {
-gtk-icon-shadow: none;
}
.osd .speedscale trough highlight {
min-height: 6px;
}
/* Floating Mode */
.floatingwindow {
border-radius: 12px;