Gnome: Improve appearance of menus and popovers

This commit is contained in:
EliverLara
2020-06-14 14:42:57 -05:00
parent 9e3bfeeeee
commit 884a85eab8
5 changed files with 22 additions and 9 deletions

View File

@@ -40,8 +40,8 @@ decoration {
.ssd & { box-shadow: none; } //just doing borders, wm draws actual shadows
.csd.popup & {
border-radius: 0;
box-shadow:0 4px 8px $menu_shadow_color;
border-radius: 7px;
box-shadow: 0 4px 8px $menu_shadow_color;
border: 1px solid $borders_color;
}