diff --git a/src/themes/Kali/sass/gtk3/_applications.scss b/src/themes/Kali/sass/gtk3/_applications.scss index 8b0b0a46..d6292331 100644 --- a/src/themes/Kali/sass/gtk3/_applications.scss +++ b/src/themes/Kali/sass/gtk3/_applications.scss @@ -93,6 +93,7 @@ list.tweak-categories separator { button { border: 0; border-radius: 0; + min-width: 30px; box-shadow: none; text-shadow: none; background: transparent; @@ -106,14 +107,14 @@ list.tweak-categories separator { &:not(#whiskermenu-button) { &:checked, &:active { - box-shadow: inset 0 4px 0 $selected_bg_color; + box-shadow: inset 0 -2px 0 $selected_bg_color; background: $_highlight_bg_color; } } } &.vertical button:not(#whiskermenu-button) { - &:checked, &:active { box-shadow: inset 4px 0 0 $selected_bg_color; } + &:checked, &:active { box-shadow: inset 2px 0 0 $selected_bg_color; } } } @@ -170,7 +171,7 @@ list.tweak-categories separator { } } -/* XFCE4 panel action & battery buttons */ +/* XFCE4 panel action */ #XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { -gtk-icon-style: symbolic; -gtk-icon-transform: scale(.7);