Files
tubestation/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css
2016-05-04 17:05:50 +08:00

11 lines
182 B
CSS

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