ShadowFox/userChrome-files/remove_white_flash.css

7 lines
191 B
CSS
Raw Normal View History

2018-03-05 20:02:44 +00:00
#browser vbox#appcontent tabbrowser,
2018-02-22 05:20:30 +00:00
#content,
2018-03-06 18:10:48 +00:00
#tabbrowser-tabpanels,
2018-02-22 05:20:30 +00:00
browser[type=content-primary],
browser[type=content] > html {
background: var(--in-content-page-background)!important
}