From b83c16260278ab4e46a610f215dc7817023362e6 Mon Sep 17 00:00:00 2001 From: Yunsup Sim Date: Tue, 15 Jun 2021 23:57:21 +0900 Subject: [PATCH] Feat: Change New Tab button #95 --- userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/userChrome.css b/userChrome.css index 8a94e88..a0fac2e 100644 --- a/userChrome.css +++ b/userChrome.css @@ -326,6 +326,14 @@ #tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab[last-visible-tab] { margin-inline-end: 4px !important; } + + /* New tab button changed ***************************************************/ + #TabsToolbar #tabbrowser-arrowscrollbox #tabs-newtab-button.toolbarbutton-1 { + margin: calc(var(--tab-block-margin) / 2) 0 calc(-1 * var(--tab-block-margin) / 2) !important; /* Original: 0 0 var(--tabs-navbar-shadow-size) !important */ + } + #TabsToolbar #tabs-newtab-button.toolbarbutton-1 > image.toolbarbutton-icon { + border-radius: var(--tab-border-radius) var(--tab-border-radius) 0 0 !important; /* Original: var(--tab-border-radius) */ + } /** Clipped tabs - Letters cleary *******************************************/ #tabbrowser-tabs[closebuttons=activetab] .tab-content:not([pinned]) {