From 4d41c27a0f00c0dbb76eee8b8a551ef7e51904d9 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 17 May 2021 16:20:51 +0900 Subject: [PATCH] Add: Container Tab - Color line at icon's bottom --- userChrome.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/userChrome.css b/userChrome.css index 050e794..cf6ba71 100644 --- a/userChrome.css +++ b/userChrome.css @@ -236,6 +236,18 @@ background-color: var(--tab-icon-overlay-stroke, black) !important; } + /** Container Tab - Color line at icon's bottom *****************************/ + .tab-context-line { + display: none; + } + + .tab-icon-image { + box-sizing: content-box; + padding: 3px 0; + + border-bottom: 2px solid var(--identity-icon-color); + } + /** URL Bar - Reduce Padding ************************************************/ :root:not([uidensity=touch]) #urlbar-container, #search-container { padding-block: 2px; /* Original: 4px */