XFCE panel fix

This should prevent some panel plugin buttons from causing other buttons to shift around when hovered or activated.
This commit is contained in:
EMH-Mark-I 2020-05-07 22:22:39 -05:00
parent 04fab6771b
commit 9462d92e71
2 changed files with 2 additions and 2 deletions

View File

@ -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. */

View File

@ -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. */