Bug 1380966 - Increase the size of the tab overflow indicator. r=daleharvey

MozReview-Commit-ID: AvBMERmbsxs

--HG--
extra : rebase_source : 5adb8de98c276149dc31ef49852c03443f51f276
This commit is contained in:
Dão Gottwald 2017-07-14 12:41:21 +02:00
parent 93a1e5b825
commit af81788010
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 984 B

View File

@ -263,7 +263,7 @@
.tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:not([collapsed]) {
background-image: url(chrome://browser/skin/tabbrowser/tab-overflow-indicator.png);
background-size: 100% 100%;
width: 14px;
width: 19px;
margin-bottom: calc(var(--navbar-tab-toolbar-highlight-overlap) + var(--tab-toolbar-navbar-overlap));
pointer-events: none;
position: relative;
@ -277,11 +277,11 @@
.tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:not([collapsed]) {
margin-inline-start: -2px;
margin-inline-end: -12px;
margin-inline-end: -17px;
}
.tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:not([collapsed]) {
margin-inline-start: -12px;
margin-inline-start: -17px;
margin-inline-end: -2px;
}