Private Window: Hide private browsing indicator

Fixes #436
This commit is contained in:
Rafael Mardojai CM 2022-10-19 08:02:19 -05:00
parent 950298c0af
commit bcea9e6076
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@
}
/* Hide tabsbar default private browsing indicator */
#TabsToolbar .private-browsing-indicator {
#private-browsing-indicator-with-label {
display: none !important;
}