browser-toolbar - add background
This commit is contained in:
parent
381db3f17b
commit
8dfd658e48
@ -70,6 +70,10 @@ Transparent Window
|
||||
Contains navbar, urlbar, and etc.
|
||||
*/
|
||||
|
||||
.browser-toolbar {
|
||||
background: var(--bf-bg) !important;
|
||||
}
|
||||
|
||||
toolbar {
|
||||
background-image: none !important;
|
||||
}
|
||||
@ -261,7 +265,7 @@ The tabs container
|
||||
}
|
||||
|
||||
.toolbar-items {
|
||||
background-color: var(--bf-bg) !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#tabbrowser-tabs {
|
||||
@ -394,6 +398,11 @@ hbox.tab-content[pinned=true] .tab-text {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.private-browsing-indicator {
|
||||
display: none;
|
||||
background: var(--bf-bg);
|
||||
}
|
||||
|
||||
tab.tabbrowser-tab {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user