mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-07 22:04:48 +02:00
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:
parent
04fab6771b
commit
9462d92e71
@ -73,7 +73,7 @@ XfdesktopIconView.view {
|
|||||||
#xfce4-power-manager-plugin:hover,
|
#xfce4-power-manager-plugin:hover,
|
||||||
#xfce4-power-manager-plugin:active,
|
#xfce4-power-manager-plugin:active,
|
||||||
#xfce4-power-manager-plugin:checked {
|
#xfce4-power-manager-plugin:checked {
|
||||||
border: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none;
|
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. */
|
/*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. */
|
background-color: transparent; } /* Adding a background colour to the following will highlight panel icons when hovered or checked if desired. */
|
||||||
|
@ -73,7 +73,7 @@ XfdesktopIconView.view {
|
|||||||
#xfce4-power-manager-plugin:hover,
|
#xfce4-power-manager-plugin:hover,
|
||||||
#xfce4-power-manager-plugin:active,
|
#xfce4-power-manager-plugin:active,
|
||||||
#xfce4-power-manager-plugin:checked {
|
#xfce4-power-manager-plugin:checked {
|
||||||
border: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none;
|
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. */
|
/*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. */
|
background-color: transparent; } /* Adding a background colour to the following will highlight panel icons when hovered or checked if desired. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user