Files
illogical-impulse/m3ww/Import Manually/firefox userchrome/chrome/theme/parts/remove-white-flash.css
T
2024-02-22 15:35:06 +07:00

12 lines
393 B
CSS
Executable File

/* 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;
}