diff options
| author | Robert Günzler <r@gnzler.io> | 2021-01-21 19:33:10 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:40:20 +0100 |
| commit | 72c39240811f1def43fca71de51566d206f7728d (patch) | |
| tree | a33aa1331fc55b587a243f64ef94d781df40a8ae /.config/treestyletab.css | |
| parent | 0762801ed9627021e732cdeb225a737f44e3df42 (diff) | |
Update 2021-01-21T18:33:10Z
Diffstat (limited to '.config/treestyletab.css')
| -rw-r--r-- | .config/treestyletab.css | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/.config/treestyletab.css b/.config/treestyletab.css index 9339e73..8e62f48 100644 --- a/.config/treestyletab.css +++ b/.config/treestyletab.css @@ -1,17 +1,8 @@ /* Show title of unread tabs with red and italic font */ -/* :root.sidebar tab-item.unread .label-content { - color: red !important; font-style: italic !important; } -*/ -/* Add private browsing indicator per tab */ -/* -:root.sidebar tab-item.private-browsing tab-label:before { - content: "🕶"; -} -*/ /* Less visible tab dividers. A black border with a very low alpha slightly darkens any color. */ tab-item { @@ -20,11 +11,11 @@ tab-item { /* Change styling of pending (unloaded) tabs */ tab-item.discarded { - opacity: 0.75; + opacity: 0.5; } tab-item.discarded .label-content { - opacity: 0.7; + opacity: 0.5; } :root.right tab-item tab-twisty { @@ -42,7 +33,10 @@ tab-item.discarded .label-content { /* As little space before the tab name as possible. The fold/unfold icon is not affected. */ tab-item:not(.pinned) { - padding-left: 6px !important; /* !important is required when there are enough tabs to cause a scrollbar */ + padding-left: 6px !important; +} +tab-item:not(.pinned) .label-content { + padding-left: 2px; } tab-item tab-twisty { @@ -50,4 +44,8 @@ tab-item tab-twisty { opacity: 0 !important; position: relative; z-index: 10000; +} + +:root[theme="photon"], #background { + background-color: #2a2a2e; } \ No newline at end of file |