mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 22:35:39 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user