diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/treestyletab.css | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/treestyletab.css')
| -rw-r--r-- | .config/treestyletab.css | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/.config/treestyletab.css b/.config/treestyletab.css deleted file mode 100644 index 8e62f48..0000000 --- a/.config/treestyletab.css +++ /dev/null @@ -1,51 +0,0 @@ -/* Show title of unread tabs with red and italic font */ -:root.sidebar tab-item.unread .label-content { - font-style: italic !important; -} - -/* Less visible tab dividers. - A black border with a very low alpha slightly darkens any color. */ -tab-item { - border: solid 1px #0000008e; -} - -/* Change styling of pending (unloaded) tabs */ -tab-item.discarded { - opacity: 0.5; -} - -tab-item.discarded .label-content { - opacity: 0.5; -} - -:root.right tab-item tab-twisty { - order: -1; -} -:root.right tab-item tab-closebox { - order: 10000; -} - -/* "#tabbar" is required for TST 3.4.0 and later! */ -#tabbar tab-item:not(:hover) tab-closebox { - display: none; -} - -/* As little space before the tab name as possible. - The fold/unfold icon is not affected. */ -tab-item:not(.pinned) { - padding-left: 6px !important; -} -tab-item:not(.pinned) .label-content { - padding-left: 2px; -} - -tab-item tab-twisty { - margin-right: -1em; - opacity: 0 !important; - position: relative; - z-index: 10000; -} - -:root[theme="photon"], #background { - background-color: #2a2a2e; -} \ No newline at end of file |