Merge branch 'master' of github.com:vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
commit
c0144697e5
1 changed files with 4 additions and 2 deletions
|
@ -91,13 +91,15 @@ XfdesktopIconView.view {
|
||||||
}
|
}
|
||||||
|
|
||||||
window#whiskermenu-window {
|
window#whiskermenu-window {
|
||||||
|
border-radius: $wm_radius;
|
||||||
background-color: $bg_color;
|
background-color: $bg_color;
|
||||||
|
|
||||||
entry.search:focus { background-color: $base_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 {
|
> frame > border {
|
||||||
border-radius: 0;
|
border-radius: $wm_radius;
|
||||||
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrolledwindow {
|
scrolledwindow {
|
||||||
|
|
Loading…
Reference in a new issue