⚙️ config(browser): update zen-user.js and zen-userChrome.css
This commit is contained in:
parent
69dbf1564b
commit
bfe13f21de
2 changed files with 10 additions and 12 deletions
|
@ -46,13 +46,12 @@
|
|||
border-color: #b7bdf8 !important;
|
||||
}
|
||||
|
||||
.urlbarView-url {
|
||||
color: #b7bdf8 !important;
|
||||
}
|
||||
#zen-essentials-container {
|
||||
margin-bottom: 3px !important;
|
||||
}
|
||||
|
||||
#zenEditBookmarkPanelFaviconContainer {
|
||||
background: #181926 !important;
|
||||
}
|
||||
.urlbar-input-box {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Hide some things */
|
||||
|
@ -62,9 +61,9 @@
|
|||
}
|
||||
|
||||
.titlebar-buttonbox-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#zen-current-workspace-indicator {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#zen-current-workspace-indicator-container {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
@ -65,8 +65,7 @@ user_pref("mousewheel.default.delta_multiplier_y", 250); // 250-400; adjust this
|
|||
|
||||
// Custom Options
|
||||
user_pref("ui.key.menuAccessKey", 0);
|
||||
user_pref("toolkit.tabbox.switchByScrolling", 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.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", false);
|
||||
user_pref("browser.tabs.groups.enabled", false);
|
||||
|
|
Loading…
Add table
Reference in a new issue