/* 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: "🕶"; } */ :root { --tab-surface-regular: var(--theme-colors-tab, var(--theme-colors-frame_inactive)); --tab-surface-active: var(--theme-colors-tab_selected, var(--theme-colors-toolbar, var(--browser-bg-for-header-image, var(--tab-like-surface)))); --tab-surface-active-hover: var(--theme-colors-tab_selected, var(--theme-colors-toolbar, var(--browser-bg-for-header-image, var(--tab-like-surface)))); --tab-surface-hover: rgba(255,255,255,.1); --tab-border: var(--theme-colors-tab_background_separator, var(--theme-colors-tab_line, var(--theme-colors-tab_background_text-30, hsl(240,9%,32%)))); --tab-text-regular: var(--theme-colors-tab_background_text, hsl(240,9%,98%)); --tab-text-active: var(--theme-colors-tab_text, var(--theme-colors-toolbar_text, -moz-DialogText)); --tabbar-bg: var(--theme-colors-frame, hsl(235,33%,19%)); } :root.left #tabbar { direction: ltr; overflow-x: hidden; } .newtab-button-box { display: none; } #tabbar { bottom: 0 !important; /* Eliminate dead space on bottom */ } tab-item { --tab-size: 26px !important; } tab-item tab-item-substance { max-height: var(--tab-size) !important; min-height: var(--tab-size) !important; padding-top: 0 !important; padding-bottom: 0 !important; } tab-item:not(.pinned) tab-item-substance { padding-left: 0px !important; /* !important is required when there are enough tabs to cause a scrollbar */ } @keyframes throbber {} @keyframes tab-burst-animation {} @keyframes tab-burst-animation-light {} @keyframes blink {} tab-item.active .label-content { font-weight: bold; } tab-item tab-closebox { display: none; } /* Tab highlight based on site tab-item[data-current-uri^="https://github.com"] tab-item-substance { background-color: hsl(300, 30%, 75%); }*/