firefox-gnome-theme/theme/parts/remove-white-flash.css
Rafael Mardojai CM 47c7074c13 Fix #33
2019-07-12 10:20:16 -05:00

11 lines
393 B
CSS

/* Removes a white flash after you open or close a tab. Affects all variants,
* but it's more visible on dark variants. */
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
/* Overrides: Change the flash color */
#tabbrowser-tabpanels,
#tabbrowser-tabpanels[pendingpaint],
browser {
background-color: var(--gnome-browser-before-load-background) !important;
}