fix: hide manage themes option in customize toolbar, p=#10201

* fix: hide firefox themes option in customize toolbar

* Update zen-single-components.css

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
This commit is contained in:
reizumi
2025-09-02 17:34:25 +08:00
committed by GitHub
parent 57635ff586
commit 54abd673f1

View File

@@ -23,6 +23,12 @@
display: none !important;
}
@media -moz-pref('zen.theme.disable-lightweight') {
#customization-lwtheme-link {
display: none !important;
}
}
.private-browsing-indicator-with-label {
display: none !important;
}