Transparency and shit in firefox
This commit is contained in:
parent
0ee2c66e69
commit
3cc3bd7ad9
1 changed files with 46 additions and 0 deletions
|
|
@ -0,0 +1,46 @@
|
||||||
|
:root {
|
||||||
|
background: #07364299 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
tab.tabbrowser-tab[selected="true"] stack.tab-stack vbox.tab-background {
|
||||||
|
background: #07364270 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
toolbar {
|
||||||
|
background: #07364270 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* window transparencies */
|
||||||
|
#main-window {
|
||||||
|
background: var(--bg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* navbar / tabbar / titlebar */
|
||||||
|
#nav-bar {
|
||||||
|
background: #07364270 !important;
|
||||||
|
}
|
||||||
|
#navigator-toolbox {
|
||||||
|
background: #07364270 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#urlbar {
|
||||||
|
background: #07364270 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#urlbar[breakout-extend="true"] {
|
||||||
|
background: #073642E0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
browser#webext-panels-browser {
|
||||||
|
background: #07364270 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar-main {
|
||||||
|
background: #07364270 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
hbox#browser {
|
||||||
|
background: #07364270 !important;
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue