Bug 1389462 - Update autoscroll icon. r=daleharvey

MozReview-Commit-ID: 4z7pmm1fkIC

--HG--
extra : rebase_source : 60a4dc8527e7f59c70b6fb9f95993c4d46ebbb9d
This commit is contained in:
Dão Gottwald 2017-10-06 13:15:54 +02:00
parent 80b3b45176
commit 96b3a321b0
13 changed files with 46 additions and 25 deletions

View File

@ -287,18 +287,18 @@ popupnotificationcontent {
border: none;
margin: -14px;
padding: 0;
background-image: url("chrome://global/skin/icons/autoscroll.png");
background-image: url("chrome://global/skin/icons/autoscroll.svg");
background-size: contain;
background-color: transparent;
background-position: right top;
-moz-appearance: none;
}
.autoscroller[scrolldir="NS"] {
background-position: right center;
background-image: url("chrome://global/skin/icons/autoscroll-vertical.svg");
}
.autoscroller[scrolldir="EW"] {
background-position: right bottom;
background-image: url("chrome://global/skin/icons/autoscroll-horizontal.svg");
}
/* :::::: Close button icons ::::: */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -39,7 +39,6 @@ toolkit.jar:
skin/classic/global/arrow/arrow-up-hov.gif (arrow/arrow-up-hov.gif)
skin/classic/global/icons/Authentication.png (icons/Authentication.png)
skin/classic/global/icons/autoscroll.png (icons/autoscroll.png)
skin/classic/global/icons/blacklist_favicon.png (icons/blacklist_favicon.png)
skin/classic/global/icons/blacklist_large.png (icons/blacklist_large.png)
skin/classic/global/icons/Close.gif (icons/Close.gif)

View File

@ -296,7 +296,8 @@ popupnotificationcontent {
border: none;
margin: -14px;
padding: 0;
background-image: url("chrome://global/skin/icons/autoscroll.png");
background-image: url("chrome://global/skin/icons/autoscroll.svg");
background-size: contain;
background-color: transparent;
background-position: right top;
-moz-appearance: none;
@ -304,11 +305,11 @@ popupnotificationcontent {
}
.autoscroller[scrolldir="NS"] {
background-position: right center;
background-image: url("chrome://global/skin/icons/autoscroll-vertical.svg");
}
.autoscroller[scrolldir="EW"] {
background-position: right bottom;
background-image: url("chrome://global/skin/icons/autoscroll-horizontal.svg");
}
/* autorepeatbuttons in menus */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -70,7 +70,6 @@ toolkit.jar:
skin/classic/global/dirListing/folder.png (dirListing/folder.png)
skin/classic/global/dirListing/up.png (dirListing/up.png)
skin/classic/global/icons/autocomplete-dropmarker.png (icons/autocomplete-dropmarker.png)
skin/classic/global/icons/autoscroll.png (icons/autoscroll.png)
skin/classic/global/icons/blacklist_favicon.png (icons/blacklist_favicon.png)
skin/classic/global/icons/blacklist_64.png (icons/blacklist_64.png)
skin/classic/global/icons/glyph-dropdown.png (icons/glyph-dropdown.png)

View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="48" width="48">
<circle id="compassbackground" r="6" cx="8" cy="8" fill="#f9f9fa" fill-opacity=".8"/>
<circle id="compassborder" r="7" cx="8" cy="8" fill="none" stroke="#0c0c0d" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="0" stroke-opacity=".8"/>
<circle id="compasscenter" cx="8" cy="8" r="1" fill="#0c0c0d" fill-opacity=".8"/>
<g id="westeast" stroke="#0c0c0d" stroke-opacity=".8" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.5 7l-1 1 1 1"/>
<path d="M11.5 7l1 1-1 1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 613 B

View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="48" width="48">
<circle id="compassbackground" r="6" cx="8" cy="8" fill="#f9f9fa" fill-opacity=".8"/>
<circle id="compassborder" r="7" cx="8" cy="8" fill="none" stroke="#0c0c0d" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="0" stroke-opacity=".8"/>
<circle id="compasscenter" cx="8" cy="8" r="1" fill="#0c0c0d" fill-opacity=".8"/>
<g id="northsouth" fill="none" fill-opacity=".8" stroke="#0c0c0d" stroke-opacity=".8" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 4.5l1-1 1 1"/>
<path d="M7 11.5l1 1 1-1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 632 B

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="48" width="48">
<circle id="compassbackground" r="6" cx="8" cy="8" fill="#f9f9fa" fill-opacity=".8"/>
<circle id="compassborder" r="7" cx="8" cy="8" fill="none" stroke="#0c0c0d" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="0" stroke-opacity=".8"/>
<circle id="compasscenter" cx="8" cy="8" r="1" fill="#0c0c0d" fill-opacity=".8"/>
<g id="northsouth" fill="none" fill-opacity=".8" stroke="#0c0c0d" stroke-opacity=".8" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 4.5l1-1 1 1"/>
<path d="M7 11.5l1 1 1-1"/>
</g>
<g id="westeast" stroke="#0c0c0d" stroke-opacity=".8" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M4.5 7l-1 1 1 1"/>
<path d="M11.5 7l1 1-1 1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 819 B

View File

@ -27,6 +27,9 @@ toolkit.jar:
skin/classic/global/datetimepopup.css (../../shared/datetimepopup.css)
skin/classic/global/passwordmgr.css (../../shared/passwordmgr.css)
skin/classic/global/scale.css (../../shared/scale.css)
skin/classic/global/icons/autoscroll.svg (../../shared/icons/autoscroll.svg)
skin/classic/global/icons/autoscroll-horizontal.svg (../../shared/icons/autoscroll-horizontal.svg)
skin/classic/global/icons/autoscroll-vertical.svg (../../shared/icons/autoscroll-vertical.svg)
skin/classic/global/icons/calendar-arrow-left.svg (../../shared/icons/calendar-arrow-left.svg)
skin/classic/global/icons/calendar-arrow-right.svg (../../shared/icons/calendar-arrow-right.svg)
skin/classic/global/icons/close.svg (../../shared/icons/close.svg)

View File

@ -298,28 +298,18 @@ popupnotificationcontent {
border: none;
margin: -14px;
padding: 0;
background-image: url("chrome://global/skin/icons/autoscroll.png");
background-image: url("chrome://global/skin/icons/autoscroll.svg");
background-size: contain;
background-color: transparent;
%ifdef XP_WIN
background-position: right top;
%endif
-moz-appearance: none;
}
.autoscroller[scrolldir="NS"] {
%ifdef XP_WIN
background-position: right center;
%else
background-position: left center;
%endif
background-image: url("chrome://global/skin/icons/autoscroll-vertical.svg");
}
.autoscroller[scrolldir="EW"] {
%ifdef XP_WIN
background-position: right bottom;
%else
background-position: left bottom;
%endif
background-image: url("chrome://global/skin/icons/autoscroll-horizontal.svg");
}
/* :::::: Close button icons ::::: */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -57,8 +57,6 @@ toolkit.jar:
* skin/classic/global/in-content/common.css (in-content/common.css)
* skin/classic/global/in-content/info-pages.css (in-content/info-pages.css)
skin/classic/global/toolbar/spring.png (toolbar/spring.png)
skin/classic/global/icons/autoscroll.png (icons/autoscroll.png)
skin/classic/global/tree/twisty.svg (tree/twisty.svg)
skin/classic/global/tree/twisty-preWin10.svg (tree/twisty-preWin10.svg)