Merge pull request #400 from ging-dev/master

added rounded corners to the Whisker menu
This commit is contained in:
Vince 2021-08-18 20:34:16 +08:00 committed by GitHub
commit 26d7d7bccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {