firefox: userChrome.css: urlbar background

This commit is contained in:
He4eT 2024-01-25 16:35:30 +01:00
commit 4f0c1ff914

View file

@ -1,18 +1,29 @@
* {
border-radius: 0 !important;
}
/* Tabbar */
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar { #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
} }
#main-window:not([tabsintitlebar="true"]) #TabsToolbar { #main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important; visibility: collapse !important;
} }
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none; display: none;
} }
/* Addressbar */
#urlbar-background {
background-color: #e0e0e0 !important;
border-color: #adadad !important;
}
#star-button-box { #star-button-box {
display: none; display: none;
} }
* {
border-radius: 0 !important;
}