Fix private urlbar bg coloring

This commit is contained in:
Rafael Mardojai CM 2019-02-22 11:58:59 -05:00
parent 18a34021bd
commit d2486ca320
1 changed files with 2 additions and 1 deletions

View File

@ -2,10 +2,11 @@
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:root[privatebrowsingmode="temporary"] .urlbar-textbox-container {
:root[privatebrowsingmode="temporary"] #urlbar {
background-image: var(--gnome-private-urlbar-bgimage) !important;
}
#TabsToolbar .private-browsing-indicator {
display: none !important;
}