From 9462d92e7191f1cdb20b51a141543ec1c0cc8e34 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Thu, 7 May 2020 22:22:39 -0500 Subject: [PATCH] XFCE panel fix This should prevent some panel plugin buttons from causing other buttons to shift around when hovered or activated. --- Theme/Chicago95/gtk-3.0/apps/xfce.css | 2 +- Theme/Chicago95/gtk-3.24/apps/xfce.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Chicago95/gtk-3.0/apps/xfce.css b/Theme/Chicago95/gtk-3.0/apps/xfce.css index db69454..4919611 100644 --- a/Theme/Chicago95/gtk-3.0/apps/xfce.css +++ b/Theme/Chicago95/gtk-3.0/apps/xfce.css @@ -73,7 +73,7 @@ XfdesktopIconView.view { #xfce4-power-manager-plugin:hover, #xfce4-power-manager-plugin:active, #xfce4-power-manager-plugin:checked { - border: transparent; + border-color: transparent; box-shadow: none; /*color: @panel_fg_color_bright;*/ /*If you choose to add a background colour, don't forget to uncomment the colour property here so that symbolic icons are properly shaded. You can change the colour propery value to whatever you want. */ background-color: transparent; } /* Adding a background colour to the following will highlight panel icons when hovered or checked if desired. */ diff --git a/Theme/Chicago95/gtk-3.24/apps/xfce.css b/Theme/Chicago95/gtk-3.24/apps/xfce.css index db69454..4919611 100644 --- a/Theme/Chicago95/gtk-3.24/apps/xfce.css +++ b/Theme/Chicago95/gtk-3.24/apps/xfce.css @@ -73,7 +73,7 @@ XfdesktopIconView.view { #xfce4-power-manager-plugin:hover, #xfce4-power-manager-plugin:active, #xfce4-power-manager-plugin:checked { - border: transparent; + border-color: transparent; box-shadow: none; /*color: @panel_fg_color_bright;*/ /*If you choose to add a background colour, don't forget to uncomment the colour property here so that symbolic icons are properly shaded. You can change the colour propery value to whatever you want. */ background-color: transparent; } /* Adding a background colour to the following will highlight panel icons when hovered or checked if desired. */