⚙️ 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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue