firefox-gnome-theme/ui/parts/remove-white-flash.css
Sai Kurogetsu df37a7af81
refactor: split theme.css into parts, issue #36
- extract remove-white-flash
- extract toolbox code
- extract a bit of header bar code
2018-06-08 09:51:21 +00:00

11 lines
390 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-bgcolor) !important;
}