Bug 1046693 - Make cog on newtab page less blurry. r=Unfocused

This commit is contained in:
Manish Goregaokar 2014-08-11 09:27:00 -04:00
parent a57efa129a
commit b664067be8

View File

@ -19,16 +19,11 @@
}
.glyphShape-style-hover-gear {
fill: url(#gradient-linear-hover-gear);
}
.glyphShape-style-hover-gear-dropshadow {
fill: #000;
fill-opacity: .5;
filter: url(#filter-shadow-drop);
fill: #4a90e2;
}
.glyphShape-style-hover-pin {
fill: #0092e5;
fill: #4a90e2;
}
.glyphShape-style-hover-delete {
@ -57,14 +52,6 @@
<feGaussianBlur in="filter-shadow-drop-offset" stdDeviation="1" result="filter-shadow-drop-blur"/>
</filter>
<linearGradient id="gradient-linear-hover-gear"
x1="0%" y1="0%"
x2="0%" y2="100%"
spreadMethod="pad">
<stop offset="0%" stop-color="#a1a0a0" stop-opacity="1"/>
<stop offset="100%" stop-color="#676767" stop-opacity="1"/>
</linearGradient>
<path id="glyphShape-gear" d="M28,16c0-1.7,0.9-3.1,2-3.3c-0.4-1.5-0.9-2.9-1.7-4.2c-0.9,0.7-2.6,0.3-3.8-0.9c-1.2-1.2-1.6-2.8-0.9-3.8 c-1.3-0.8-2.7-1.4-4.2-1.7c-0.2,1.1-1.6,2-3.3,2S13,3.1,12.8,2c-1.5,0.4-2.9,0.9-4.2,1.7c0.7,0.9,0.3,2.6-0.9,3.8 c-1.4,1.1-3,1.5-4,0.9C2.9,9.7,2.4,11.2,2,12.7c1.1,0.2,2,1.6,2,3.3s-0.9,3.1-2,3.3c0.4,1.5,0.9,2.9,1.7,4.2 c0.9-0.7,2.6-0.3,3.8,0.9c1.2,1.2,1.6,2.8,0.9,3.8c1.3,0.8,2.7,1.4,4.2,1.7c0.2-1.1,1.6-2,3.3-2s3.1,0.9,3.3,2 c1.5-0.4,2.9-0.9,4.2-1.7c-0.7-0.9-0.3-2.6,0.9-3.8c1.3-1.2,2.8-1.6,3.8-0.9c0.8-1.3,1.4-2.7,1.7-4.2C28.9,19.1,28,17.7,28,16z M16,24c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S20.4,24,16,24z" />
<circle id="glyphShape-circle" cx="16" cy="16" r="14" />
@ -79,7 +66,6 @@
</g>
<g id="icon-gear-default" transform="translate(32)">
<use xlink:href="#glyphShape-gear" class="glyphShape-style-hover-gear-dropshadow" />
<use xlink:href="#glyphShape-gear" class="glyphShape-style-hover-gear" />
</g>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB