firefox-gnome-theme/theme/rounded-title-buttons.css

15 lines
453 B
CSS

/* Rounded title buttons (headerbar window controls) */
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:root[tabsintitlebar] #titlebar .titlebar-button {
border-radius: 100% !important;
height: 30px !important;
width: 30px !important;
margin: 2px 5px !important;
}
:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-button {
border-color: var(--gnome-inactive-button-border-color) !important;
}