-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweaks to treestyletab for better look
- Loading branch information
gzagatti
committed
Jun 18, 2024
1 parent
db8e514
commit 08a225b
Showing
1 changed file
with
5 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
}*/ |