fune/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css
2018-09-05 09:28:17 +00:00

6 lines
154 B
CSS

html.private .showNormal,
html.normal .showPrivate,
body[tpEnabled] .showTpDisabled,
body:not([tpEnabled]) .showTpEnabled {
display: none !important;
}