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 b49d0c7..da3e10b 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce-panel-hacks.css @@ -111,11 +111,12 @@ Unfortunately, it wasn't possible to add border to some plugins - mostly because } #xfce4-power-manager-plugin box{ - 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; + box-shadow: 0px 2px @border_shade inset, 0 1px @bg_color inset, 0 -1px @border_bright inset, 0 -2px @border_bright inset, 0 -1px @bg_color inset; border-right: none; } #xfce4-power-manager-plugin{margin-left:-1px; margin-right:-1px;} - +#xfce4-power-manager-plugin:hover{margin-left:-1px; margin-right:-1px;} +#xfce4-power-manager-plugin:checked{margin-left:-1px; margin-right:-1px;} #xfce_sensors box { padding-right:0px;