GTK3: fix theme for whiskermenu in icons mode

This commit is contained in:
Daniel Ruiz de Alegría
2022-02-14 22:20:14 +01:00
parent 965e31bef3
commit 7b3bce7cb7
4 changed files with 10 additions and 4 deletions
+4 -1
View File
@@ -170,10 +170,13 @@ list.tweak-categories separator {
border: 0;
border-radius: 8px;
box-shadow: inset 0 0 10px $shadow_color;
background: $_dark_bg;
padding: 7px 10px;
margin: 0 5px;
&, iconview {
background: $_dark_bg;
}
treeview {
background: transparent;
border-radius: $button_radius;