diff --git a/librewolf/chrome/userChrome.css b/librewolf/chrome/userChrome.css index 770ce98..d49b4eb 100644 --- a/librewolf/chrome/userChrome.css +++ b/librewolf/chrome/userChrome.css @@ -12,6 +12,7 @@ --tab-border-radius: 50px !important; --tabs-border-color: transparent !important; } + #navigator-toolbox { border: 0px !important; } @@ -43,9 +44,11 @@ display: none !important; } -/*#tracking-protection-icon-container { +/* +#tracking-protection-icon-container { display: none !important; -}*/ +} +*/ #urlbar-container { width: unset !important; @@ -61,7 +64,8 @@ z-index: 999999 !important; } -#urlbar-background, #searchbar { +#urlbar-background, +#searchbar { border: 0px none !important; } @@ -83,4 +87,4 @@ #nav-bar:not([tabs-hidden="true"]) { box-shadow: none !important; -} +} \ No newline at end of file