browser-toolbar - add background
This commit is contained in:
parent
381db3f17b
commit
8dfd658e48
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user