From 72c39240811f1def43fca71de51566d206f7728d Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 21 Jan 2021 19:33:10 +0100 Subject: Update 2021-01-21T18:33:10Z --- .config/treestyletab.css | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to '.config/treestyletab.css') 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 -- cgit 1.4.1