Xfce & GTK3: Fix battery icon size in xfce4-panel

This commit is contained in:
Daniel Ruiz de Alegría 2021-03-17 11:48:19 +01:00
parent 710135dbaf
commit 3f942b1e88
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
4 changed files with 12 additions and 8 deletions

View File

@ -5804,8 +5804,9 @@ filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon,
background-color: rgba(0, 0, 0, 0.27); background-color: rgba(0, 0, 0, 0.27);
color: inherit; } color: inherit; }
/* XFCE4 panel action buttons */ /* XFCE4 panel action & battery buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { #XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image,
#xfce4-power-manager-plugin > box > image {
-gtk-icon-style: symbolic; -gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); } -gtk-icon-transform: scale(0.7); }

View File

@ -5804,8 +5804,9 @@ filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon,
background-color: rgba(0, 0, 0, 0.27); background-color: rgba(0, 0, 0, 0.27);
color: inherit; } color: inherit; }
/* XFCE4 panel action buttons */ /* XFCE4 panel action & battery buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { #XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image,
#xfce4-power-manager-plugin > box > image {
-gtk-icon-style: symbolic; -gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); } -gtk-icon-transform: scale(0.7); }

View File

@ -5813,8 +5813,9 @@ filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon,
background-color: rgba(0, 0, 0, 0.07); background-color: rgba(0, 0, 0, 0.07);
color: inherit; } color: inherit; }
/* XFCE4 panel action buttons */ /* XFCE4 panel action & battery buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { #XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image,
#xfce4-power-manager-plugin > box > image {
-gtk-icon-style: symbolic; -gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); } -gtk-icon-transform: scale(0.7); }

View File

@ -151,8 +151,9 @@ filechooser,
} }
} }
/* XFCE4 panel action buttons */ /* XFCE4 panel action & battery buttons */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { #XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image,
#xfce4-power-manager-plugin > box > image {
-gtk-icon-style: symbolic; -gtk-icon-style: symbolic;
-gtk-icon-transform: scale(.7); -gtk-icon-transform: scale(.7);
} }