GTK3: Theme whiskermenu

This commit is contained in:
Daniel Ruiz de Alegría 2020-06-24 12:52:54 +02:00
parent 1e09daa057
commit 3e699f4d88

View File

@ -81,6 +81,28 @@ filechooser,
} }
} }
/* Whisker menu */
#whiskermenu-window {
entry {
border-radius: 100px;
border: 2px solid $selected_bg_color;
box-shadow: none;
}
.frame { border: 0; }
scrolledwindow treeview {
padding: 0 5px;
background: $bg_color;
border-left: 1px solid $borders_color;
&:hover {
background-color: transparentize($shadow_color, 0.03);
color: inherit;
}
}
}
/* Gedit */ /* Gedit */
@import url('applications/gedit/Adwaita.css'); @import url('applications/gedit/Adwaita.css');