diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/browser.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/browser.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arc-firefox-theme/chrome/browser/browser.css b/arc-firefox-theme/chrome/browser/browser.css index 206fa86..c874a40 100644 --- a/arc-firefox-theme/chrome/browser/browser.css +++ b/arc-firefox-theme/chrome/browser/browser.css @@ -2299,12 +2299,12 @@ richlistitem[type~="action"][actiontype$="tab"] > .ac-url-box > .ac-action-icon .tab-background, .tabs-newtab-button { /* overlap the tab curves */ - -moz-margin-end: -15px; - -moz-margin-start: -15px; } + -moz-margin-end: -14px; + -moz-margin-start: -14px; } .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox { -moz-padding-end: 15px; - -moz-padding-start: 15px; } + -moz-padding-start: 5px; } /* Tab Overflow */ .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:not([collapsed]), |