Bug 1227235 - Color tweaks to the tabbar svg icons. r=dao

This commit is contained in:
Tim Nguyen 2015-12-06 02:40:00 +01:00
parent b24758ed1d
commit a2544368f2
3 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg width="16" height="18" xmlns="http://www.w3.org/2000/svg">
<g stroke="#7f7f7f" stroke-width="2" fill="none">
<g stroke="#666" stroke-width="2" fill="none">
<rect x="7" y="4" width="2" height="10" rx="0.25" ry="0.25"/>
<rect x="3" y="8" width="10" height="2" rx="0.25" ry="0.25"/>
</g>

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 588 B

View File

@ -2,7 +2,7 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg width="16" height="18" xmlns="http://www.w3.org/2000/svg">
<g stroke="#7f7f7f" stroke-width="2" fill="none">
<g stroke="#666" stroke-width="2" fill="none">
<rect x="7" y="3" width="2" height="12" rx="0.25" ry="0.25"/>
<rect x="2" y="8" width="12" height="2" rx="0.25" ry="0.25"/>
</g>

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 588 B

View File

@ -3,10 +3,11 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg width="15" height="17" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="fill" x1="50%" y1="0%" x2="50%" y2="100%">
<stop stop-color="#3f4f5a" offset="0"/>
<stop stop-color="#7e8c97" offset="1"/>
<linearGradient id="gradient" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#1c2835"/>
<stop offset="60%" stop-color="#606e7b"/>
<stop offset="100%" stop-color="#465765"/>
</linearGradient>
</defs>
<path d="M11 4L9.5 2.5l-5.875 6 5.875 6L11 13 6.625 8.5z" fill="url(#fill)"/>
<path d="M11 4L9.5 2.5l-5.875 6 5.875 6L11 13 6.625 8.5z" fill="url(#gradient)"/>
</svg>

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 621 B