mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-06 16:57:04 +00:00
* chore: Updateed to firefox 142.0, b=no-bug, c=l10n, folders * chore: Finish updating to firefox, b=no-bug, c=tabs * chore: Fixed mods builds, b=no-bug, c=mods * feat: Small changes to tabs layout, b=no-bug, c=tabs, compact-mode, folders, workspaces * test: Fixed tests, b=no-bug, c=scripts, tests, folders * test: Fixed tests, b=no-bug, c=tabs, tests, welcome
19 lines
693 B
C++
19 lines
693 B
C++
diff --git a/toolkit/mozapps/extensions/content/aboutaddons.css b/toolkit/mozapps/extensions/content/aboutaddons.css
|
|
index d8ccfe4b25f8139127c5ef48e739d79d960a7c91..93c6f3b6ec84be3e2f0081d5f7257488f47c7c26 100644
|
|
--- a/toolkit/mozapps/extensions/content/aboutaddons.css
|
|
+++ b/toolkit/mozapps/extensions/content/aboutaddons.css
|
|
@@ -105,6 +105,13 @@ h2 {
|
|
.category[name="theme"] {
|
|
background-image: url("chrome://mozapps/skin/extensions/category-themes.svg");
|
|
}
|
|
+
|
|
+@media -moz-pref('zen.theme.disable-lightweight') {
|
|
+ .category[name="theme"] {
|
|
+ display: none;
|
|
+ }
|
|
+}
|
|
+
|
|
.category[name="plugin"] {
|
|
background-image: url("chrome://mozapps/skin/extensions/category-plugins.svg");
|
|
}
|