⚙️ config(browser): update zen-user.js and zen-userChrome.css

This commit is contained in:
Sergio Laín 2025-02-25 14:21:14 +01:00
parent 69dbf1564b
commit bfe13f21de
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 10 additions and 12 deletions

View file

@ -46,13 +46,12 @@
border-color: #b7bdf8 !important; border-color: #b7bdf8 !important;
} }
.urlbarView-url { #zen-essentials-container {
color: #b7bdf8 !important; margin-bottom: 3px !important;
} }
#zenEditBookmarkPanelFaviconContainer { .urlbar-input-box {
background: #181926 !important; text-align: center;
}
} }
/* Hide some things */ /* Hide some things */
@ -62,9 +61,9 @@
} }
.titlebar-buttonbox-container { .titlebar-buttonbox-container {
display: none; display: none !important;
} }
#zen-current-workspace-indicator { #zen-current-workspace-indicator-container {
display: none !important; display: none !important;
} }

View file

@ -65,8 +65,7 @@ user_pref("mousewheel.default.delta_multiplier_y", 250); // 250-400; adjust this
// Custom Options // Custom Options
user_pref("ui.key.menuAccessKey", 0); user_pref("ui.key.menuAccessKey", 0);
user_pref("toolkit.tabbox.switchByScrolling", true);
user_pref("browser.tabs.hoverPreview.enabled", true); user_pref("browser.tabs.hoverPreview.enabled", true);
user_pref("zen.tabs.newtab-on-middle-click", true);
user_pref("zen.urlbar.replace-newtab", false); user_pref("zen.urlbar.replace-newtab", false);
user_pref("zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", false); user_pref("zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", false);
user_pref("browser.tabs.groups.enabled", false);