diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css index 503a6b9..4c902b4 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -171,3 +171,8 @@ Unfortunately, it wasn't possible to add border to some plugins - mostly because border-right: none; } + +#sn-button{ + box-shadow: 0px 3px @border_shade inset, 0 2px @bg_color inset, 0 -1px @border_bright inset, 0 -3px @border_bright inset, 0 -2px @bg_color inset; + border-right: none; +}