mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
10 lines
No EOL
643 B
CSS
10 lines
No EOL
643 B
CSS
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/privatemode_indicator_as_menu_button.css made available under Mozilla Public License v. 2.0
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
/* Removes the private-browsing-mode indicator from tabs toolbar and changes the menu-button icon to the private-browsing indicator in private windows */
|
|
|
|
#private-browsing-indicator-with-label,
|
|
.private-browsing-indicator{ display: none }
|
|
:root[privatebrowsingmode="temporary"] #PanelUI-menu-button{
|
|
list-style-image: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important;
|
|
} |