Fixes & Improvements

This commit is contained in:
David Aizenberg
2020-12-25 07:33:27 +04:00
parent b53c52efdf
commit ab92994e20

View File

@@ -1,9 +1,9 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#back-button, #forward-button { display: none; } #back-button, #forward-button { display: none; }
:root { :root {
--uc-bg-color: #fff; --uc-bg-color: #fff;
--uc-show-new-tab-button: none; --uc-show-new-tab-button: none;
--uc-show-tab-separators: none; --uc-show-tab-separators: none;
@@ -19,11 +19,6 @@
#nav-bar { #nav-bar {
margin-left: 0vw !important; margin-left: 0vw !important;
} }
.titlebar-buttonbox-container {
-moz-box-ordinal-group: 1 !important;
background-color: rgb(50,50,52);
margin-top: 0px !important;
}
#TabsToolbar { #TabsToolbar {
min-height: 28px !important; min-height: 28px !important;
} }
@@ -40,14 +35,6 @@
#tracking-protection-icon-container, #tracking-protection-icon-container,
#back-button, #back-button,
#forward-button, #forward-button,
#identity-box {
display: none !important;
border: none !important;
}
#urlbar-background, .titlebar-buttonbox-container, #nav-bar, .tab-background[selected="true"]{
background: var(--uc-bg-color) !important;
border: none !important;
}
#tabs-newtab-button { #tabs-newtab-button {
display: none !important; display: none !important;
} }