Uniformed indentation by 2 spaces in userChrome.css and userContent.css

master
Meliurwen 3 years ago
parent b13b9f679d
commit aaead53960
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 33
      firefox/.mozilla/firefox/userprofile/chrome/userChrome.css
  2. 18
      firefox/.mozilla/firefox/userprofile/chrome/userContent.css

@ -92,34 +92,34 @@
#urlbar, #urlbar,
#navigator-toolbox #searchbar { #navigator-toolbox #searchbar {
border: none !important; border: none !important;
} }
.titlebar-buttonbox-container, .titlebar-buttonbox-container,
.titlebar-spacer { .titlebar-spacer {
display: none !important; display: none !important;
} }
#navigator-toolbox { #navigator-toolbox {
border: none !important; border: none !important;
} }
toolbox { toolbox {
margin-top: 0px !important; margin-top: 0px !important;
margin-bottom: -34px !important; margin-bottom: -34px !important;
height: 0 !important; height: 0 !important;
pointer-events: none; pointer-events: none;
} }
vbox { vbox {
pointer-events: all; pointer-events: all;
} }
#nav-bar { #nav-bar {
z-index: 10; z-index: 10;
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
transition: transform, ease-in-out 0.2s, opacity 0.2s ease-in-out !important; transition: transform, ease-in-out 0.2s, opacity 0.2s ease-in-out !important;
} }
/* All the states in which the URL bar is visible */ /* All the states in which the URL bar is visible */
@ -128,8 +128,8 @@ toolbox:focus-within>#nav-bar,
#nav-bar:hover, #nav-bar:hover,
#mainPopupSet:hover~box #nav-bar, #mainPopupSet:hover~box #nav-bar,
#mainPopupSet:focus-within~box #nav-bar { #mainPopupSet:focus-within~box #nav-bar {
opacity: 1; opacity: 1;
pointer-events: all; pointer-events: all;
} }
/* /*
@ -155,5 +155,6 @@ toolbox:focus-within>#nav-bar,
#pageAction-panel-sendToDevice, #pageAction-panel-sendToDevice,
#pageAction-panel-emailLink, /* Email Link */ #pageAction-panel-emailLink, /* Email Link */
#leave_this_dummy_here #leave_this_dummy_here {
{ display: none !important; } display: none !important;
}

@ -1,11 +1,11 @@
@-moz-document url("about:newtab"), url("about:home"), url("about:blank") { @-moz-document url("about:newtab"), url("about:home"), url("about:blank") {
body { body {
--newtab-background-color: #2A2A2E !important; --newtab-background-color: #2A2A2E !important;
--newtab-text-primary-color: #CCCCCC !important; --newtab-text-primary-color: #CCCCCC !important;
--newtab-search-dropdown-color: #2A2A2E !important; --newtab-search-dropdown-color: #2A2A2E !important;
--newtab-search-dropdown-header-color: #2A2A2E !important; --newtab-search-dropdown-header-color: #2A2A2E !important;
--newtab-search-icon-color: rgba(255, 255, 255, 0.95) !important; --newtab-search-icon-color: rgba(255, 255, 255, 0.95) !important;
--newtab-topsites-background-color: #373737 !important; --newtab-topsites-background-color: #373737 !important;
--newtab-textbox-background-color: #373737 !important; --newtab-textbox-background-color: #373737 !important;
} }
} }

Loading…
Cancel
Save