diff --git a/themes.json b/themes.json index c112386c6..e9372d934 100644 --- a/themes.json +++ b/themes.json @@ -786,7 +786,7 @@ "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json", "author": "Dinno-DEV", - "version": "1.0.5", + "version": "1.0.6", "tags": [], "createdAt": "2024-09-19", "updatedAt": "2025-04-09" @@ -803,7 +803,7 @@ "version": "1.0.0", "tags": [], "createdAt": "2024-12-01", - "updatedAt": "2025-01-26" + "updatedAt": "2026-02-28" }, "81fcd6b3-f014-4796-988f-6c3cb3874db8": { "id": "81fcd6b3-f014-4796-988f-6c3cb3874db8", @@ -1148,4 +1148,4 @@ "createdAt": "2024-12-20", "updatedAt": "2025-02-07" } -} \ No newline at end of file +} diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css index 2630f8ea2..6ec9d6767 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css @@ -1,7 +1,3 @@ -#navigator-toolbox[zen-right-side="true"] > #zen-sidebar-top-buttons > .titlebar-buttonbox-container > .titlebar-buttonbox { - margin-top: 11px !important; -} - .titlebar-buttonbox { margin-right: 20px; } @@ -29,18 +25,14 @@ background-color: hsl(0, 50%, 50%) !important; } -.titlebar-button > image { - visibility: collapse !important; +.titlebar-button { + font-size: 11px !important; } -@media (-moz-bool-pref: "theme.zen-minimal-exit-menu.enable-icon-visibility"){ - .titlebar-button > image { - visibility: visible !important; - max-height: 8px !important; - max-width: 8px !important; - position: relative !important; - left: 2.55px !important; - filter: brightness(0) !important; +@media not (-moz-bool-pref: "theme.zen-minimal-exit-menu.show-window-icons") { + .titlebar-button { + font-size: 0px !important; + color: transparent !important; } } @@ -56,11 +48,11 @@ } .titlebar-min:hover { - background-color: hsl(60, 50%, 50%) !important; + background-color: hsl(130, 50%, 40%) !important; } .titlebar-max:hover, .titlebar-restore:hover { - background-color: hsl(130, 50%, 40%) !important; + background-color: hsl(60, 50%, 50%) !important; } .titlebar-close:hover { diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json index 22d77041e..7a817e225 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json @@ -2,16 +2,14 @@ { "property": "theme.zen-minimal-exit-menu.enable-macos-identic", "label": "Makes theme more identical to MacOS version.", - "defaultValue": "false", - "disabledOn": [ - "macos" - ], + "defaultValue": false, + "disabledOn": ["macos"], "type": "checkbox" }, { - "property": "theme.zen-minimal-exit-menu.enable-icon-visibility", - "label": "Shows the window icons.", - "defaultValue": "false", + "property": "theme.zen-minimal-exit-menu.show-window-icons", + "label": "Show window control icons (minimize, maximize, close).", + "defaultValue": true, "type": "checkbox" } ] \ No newline at end of file