From 98c185b5cd79d260454816c9361408126e07788b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Xu=C3=A2n=20Thanh?= <42226341+ging-dev@users.noreply.github.com> Date: Wed, 18 Aug 2021 19:29:15 +0700 Subject: [PATCH] added rounded corners to the Whisker menu --- src/sass/gtk/apps/_xfce.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/apps/_xfce.scss b/src/sass/gtk/apps/_xfce.scss index 54ce8a6..70d0434 100644 --- a/src/sass/gtk/apps/_xfce.scss +++ b/src/sass/gtk/apps/_xfce.scss @@ -91,13 +91,15 @@ XfdesktopIconView.view { } window#whiskermenu-window { + border-radius: $wm_radius; background-color: $bg_color; entry.search:focus { background-color: $base_color; } - // no CSD class even if the sw compositor was enabled. + // Need to set Whisker menu background opacity less than 100 > frame > border { - border-radius: 0; + border-radius: $wm_radius; + padding: 6px; } scrolledwindow {