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