mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Make speed scale look consistent with volume scale on fullscreen
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user