From 97816fd7072cbf9730ec44c4c55fbcaaa4ae47b0 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 19 May 2021 15:16:06 +0900 Subject: [PATCH] Add: Container - None exist favicon --- userChrome.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/userChrome.css b/userChrome.css index 71b6f99..5c0ba62 100644 --- a/userChrome.css +++ b/userChrome.css @@ -249,6 +249,21 @@ border-bottom: 2px solid var(--identity-icon-color); } + /* None exist favicon */ + .tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { + box-sizing: content-box; + padding: 3px 0; + + border-radius: 0 !important; + border-bottom: 2px solid var(--identity-icon-color); + } + .tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]):hover { + padding: 0; + + border-radius: 10px !important; + border-bottom: none; + } + /** URL Bar - Reduce Padding ************************************************/ :root:not([uidensity=touch]) #urlbar-container, #search-container { padding-block: 2px; /* Original: 4px */