browser-toolbar - add background

This commit is contained in:
Gerome Matilla 2020-05-26 07:36:55 +08:00
parent 381db3f17b
commit 8dfd658e48
1 changed files with 10 additions and 1 deletions

View File

@ -70,6 +70,10 @@ Transparent Window
Contains navbar, urlbar, and etc. Contains navbar, urlbar, and etc.
*/ */
.browser-toolbar {
background: var(--bf-bg) !important;
}
toolbar { toolbar {
background-image: none !important; background-image: none !important;
} }
@ -261,7 +265,7 @@ The tabs container
} }
.toolbar-items { .toolbar-items {
background-color: var(--bf-bg) !important; background-color: transparent !important;
} }
#tabbrowser-tabs { #tabbrowser-tabs {
@ -394,6 +398,11 @@ hbox.tab-content[pinned=true] .tab-text {
opacity: 1; opacity: 1;
} }
.private-browsing-indicator {
display: none;
background: var(--bf-bg);
}
tab.tabbrowser-tab { tab.tabbrowser-tab {
overflow: hidden; overflow: hidden;
} }