Xfce & GTK3: Fix battery icon size in xfce4-panel
This commit is contained in:
parent
710135dbaf
commit
3f942b1e88
@ -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); }
|
||||||
|
|
||||||
|
|||||||
@ -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); }
|
||||||
|
|
||||||
|
|||||||
@ -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); }
|
||||||
|
|
||||||
|
|||||||
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user