Matugen: zenbrowser adjust ui

This commit is contained in:
Ly-sec
2026-01-04 12:45:29 +01:00
parent b21d7f42cf
commit 62781d38df
2 changed files with 5 additions and 1 deletions
@@ -80,4 +80,8 @@
background-color: {{colors.surface_container_high.default.hex}} !important;
}
}
/* Pane UI button visibility issue fix */
#PanelUI-menu-button[open] .toolbarbutton-icon {
fill: {{colors.primary.default.hex}} !important;
}
}
+1 -1
View File
@@ -88,7 +88,7 @@ Singleton {
setProfile(PowerProfile.PowerSaver);
else if (current === PowerProfile.PowerSaver)
setProfile(PowerProfile.Performance);
}
}
function isDefault() {
if (!available)