Skip to content

Commit

Permalink
tweaks to treestyletab for better look
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Jun 18, 2024
1 parent db8e514 commit 08a225b
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions firefox/treestyletab.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
:root {
--tab-highlighted-glow: #E920A3;
--tab-surface-active: #5F5F5F;
:root.sidebar tab-item {
font-size: 10px !important;
}

:root #background {
background: #4C4C4C;
}

tab-item {
font-size: 12px !important;
:root.sidebar #background {
background-color: #F0F0F4 /* or something background color */;
}

tab-item tab-favicon {
margin-right: 2px;
}

::part(extra-contents-by-tst-active-tab-in-collapsed-tree_piro_sakura_ne_jp) {
background-color: #4C4C4C;
background-color: #F0F0F4;
}

/*tab-item:not(.loading):not(.active):not(.pinned) tab-favicon {
filter: drop-shadow(0px 0px 2.5px white);
}
tab-item:not(.some-descendants-highlighted) ::part(extra-contents-by-tst-active-tab-in-collapsed-tree_piro_sakura_ne_jp favicon) {
filter: drop-shadow(0px 0px 5px white);
}*/

0 comments on commit 08a225b

Please sign in to comment.