iso-profiles-settings/tromjaro/xfce/desktop-overlay/etc/skel/.config/gtk-3.0/gtk.css

27 lines
682 B
CSS

/* Taller or wider buttons */
#docklike-plugin button {
min-height: 48px;
min-width: 20px;
}
/* Brightly colored buttons */
#docklike-plugin .open_group {
background-color: rgba(0, 0, 0, 0);
}
#docklike-plugin .active_group {
background-color: rgba(0, 0, 0, 0.3);
}
#docklike-plugin .hover_group {
background-color: rgba(0, 0, 0, 0.3);
}
#whiskermenu-button image { -gtk-icon-transform: scale(1.5); min-height: 44px; min-width: 44px; }
.xfce4-panel.vertical {border-radius:7px;}
.xfce4-panel.horizontal {border-radius:7px;}
#XfcePanelWindowHidden {background: transparent;}
#XfcePanelWindow {
-XfcePanelWindow-autohide-size: 65;
}