mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Disable shadows for playlist icons in fullscreen
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user