diff options
Diffstat (limited to 'browser/components/privatebrowsing/content/aboutPrivateBrowsing.css')
-rw-r--r-- | browser/components/privatebrowsing/content/aboutPrivateBrowsing.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css deleted file mode 100644 index 29d7a843d..000000000 --- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css +++ /dev/null @@ -1,10 +0,0 @@ -html.private .showNormal, -html.normal .showPrivate, -body[tpEnabled] .showTpDisabled, -body:not([tpEnabled]) .showTpEnabled { - display: none !important; -} - -.hide { - display: none; -} |