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
+2 -1
View File
@@ -6172,9 +6172,10 @@ list.tweak-categories separator {
border: 0;
border-radius: 8px;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
background: #1c1e25;
padding: 7px 10px;
margin: 0 5px; }
#whiskermenu-window scrolledwindow.frame, #whiskermenu-window scrolledwindow.frame iconview {
background: #1c1e25; }
#whiskermenu-window scrolledwindow.frame treeview {
background: transparent;
border-radius: 4px; }