/* Custom Xfce GTK3 panel settings for zuki-themes (replaces lines 1738 to 1748 in gtk.css) */ /* Also change to "gtk-color-scheme = "panel_bg:#2b3137" # Panel bg color" in gtkrc for GTK2 panels */ /* The GTK theme(s) and included scripts are free software licensed under the terms of the GNU General Public License, version 3. */ .xfce4-panel button, #pulseaudio-button, #indicator-button { color: rgba(255, 255, 255, 0.9); border-radius: 0; border: none; background-color: transparent; box-shadow: none; } .xfce4-panel button:hover, #pulseaudio-button:hover, #indicator-button:hover:not(#tasklist-button) { color: white; border: none; box-shadow: inset 1px 0 rgba(255, 255, 255, 0.2), inset -1px 0 rgba(255, 255, 255, 0.2); background-image: linear-gradient(to bottom, #3d454e, #343b42); } .xfce4-panel button:active, #pulseaudio-button:active, #indicator-button:active:not(#tasklist-button), .xfce4-panel button:checked, #pulseaudio-button:checked, #indicator-button:checked:not(#tasklist-button), .xfce4-panel button:active:hover, #pulseaudio-button:active:hover, #indicator-button:active:hover:not(#tasklist-button), .xfce4-panel button:checked:hover, #pulseaudio-button:checked:hover, #indicator-button:checked:hover:not(#tasklist-button) { color: white; border: none; ; box-shadow: inset 1px 0 rgba(255, 255, 255, 0.2), inset -1px 0 rgba(255, 255, 255, 0.2); background-image: linear-gradient(to bottom, #22272c, #191d20); } XfceHeading, .XfceHeading { margin: 0; padding: 0; border-width: 0; background-image: none; background-color: #d6d6d6; color: black; text-shadow: none; } .xfce4-panel { background-color: #2b3137; color: white; font-style: normal; text-shadow: none; -gtk-icon-shadow: none; } /* End of custom Xfce GTK3 panel settings for zuki-themes */