From 08a225b8d0fb2da10fbd688700ce08e40dd28afa Mon Sep 17 00:00:00 2001 From: gzagatti Date: Tue, 18 Jun 2024 15:23:53 +0200 Subject: [PATCH] tweaks to treestyletab for better look --- firefox/treestyletab.css | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/firefox/treestyletab.css b/firefox/treestyletab.css index 8e8a4ac..9ea458b 100644 --- a/firefox/treestyletab.css +++ b/firefox/treestyletab.css @@ -1,14 +1,9 @@ -: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 { @@ -16,13 +11,5 @@ tab-item tab-favicon { } ::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); -}*/ \ No newline at end of file