Add treestyletab.css
This commit is contained in:
parent
5bebf82b82
commit
f2413ad116
2 changed files with 19 additions and 0 deletions
|
|
@ -380,4 +380,6 @@
|
|||
enable = true;
|
||||
browsers = [ "firefox" ];
|
||||
};
|
||||
|
||||
xdg.configFile."treestyletab.css".source = ./treestyletab.css;
|
||||
}
|
||||
|
|
|
|||
17
users/jalr/modules/firefox/treestyletab.css
Normal file
17
users/jalr/modules/firefox/treestyletab.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@media (prefers-color-scheme: light) {
|
||||
tab-item:not(.active):not(.bundled-active):not(.highlighted),
|
||||
#background {
|
||||
--toolbar-non-lwt-bgcolor: ThreeDShadow;
|
||||
--toolbar-non-lwt-textcolor: ButtonText;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
#tabbar {
|
||||
background-color: var(--in-content-page-background);
|
||||
}
|
||||
}
|
||||
|
||||
tab-item.coloredTabsHue0 tab-item-substance {
|
||||
background: transparent;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue