Disable shadows for playlist icons in fullscreen

This commit is contained in:
Rafał Dzięgiel
2021-01-22 11:20:34 +01:00
parent ae89199101
commit d8c6c61f1b

View File

@@ -26,6 +26,10 @@ radio {
.osd list { .osd list {
background: none; background: none;
} }
.osd list row {
-gtk-icon-shadow: none;
}
.osd .playercontrols { .osd .playercontrols {
-gtk-icon-size: 24px; -gtk-icon-size: 24px;
} }
@@ -74,6 +78,8 @@ radio {
font-weight: 600; font-weight: 600;
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
} }
/* Button Inside Popover */
.popoverbutton { .popoverbutton {
min-width: 24px; min-width: 24px;
min-height: 24px; min-height: 24px;