From a0c3caee3149aaa5015bf2614fc9f02b9deb1e7a Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sun, 23 May 2021 17:04:21 +0900 Subject: [PATCH] Add: Container Tab - Titlechanged Indicator override at pinned --- userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userChrome.css b/userChrome.css index b336310..4eee208 100644 --- a/userChrome.css +++ b/userChrome.css @@ -374,6 +374,12 @@ border-bottom: none; } + /* Pinned Tab - Titlechanged Indicator override */ + .tabbrowser-tab:is([image], [pinned]) > .tab-stack > .tab-content[attention]:not([selected="true"]) .tab-icon-image, + .tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged]:not([selected="true"]) .tab-icon-image { + border-bottom: 4px dotted var(--identity-icon-color) !important; + } + /** URL Bar - Reduce Padding ************************************************/ :root:not([uidensity=touch]) #urlbar-container, #search-container { padding-block: 2px; /* Original: 4px */