From 4f0c1ff9146461d48e1c9c1d5fbf7bf3b62aa65f Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 25 Jan 2024 16:35:30 +0100 Subject: [PATCH] firefox: userChrome.css: urlbar background --- firefox/userChrome.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index 6f53e06..475ba46 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -1,18 +1,29 @@ +* { + border-radius: 0 !important; +} + +/* Tabbar */ + #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar { opacity: 0; pointer-events: none; } + #main-window:not([tabsintitlebar="true"]) #TabsToolbar { visibility: collapse !important; } + #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { display: none; } +/* Addressbar */ + +#urlbar-background { + background-color: #e0e0e0 !important; + border-color: #adadad !important; +} + #star-button-box { display: none; } - -* { - border-radius: 0 !important; -}