Bug 1073940 - Add missing icon to loop contacts panel. Patch originally by Andrei, updated by Standard8. r=mikeboer

This commit is contained in:
Andrei Oprea 2015-05-13 13:03:18 +01:00
Родитель b9015db9f3
Коммит 2bc306e18f
3 изменённых файлов: 24 добавлений и 12 удалений

Просмотреть файл

@ -164,6 +164,17 @@ use[id$="-disabled"] {
h-8.3C1.65,2,1,2.68,1,3.52v6.24c0,0.83,0.65,1.51,1.45,1.51h0.52V5.43c0-0.84,0.65-1.51,1.45-1.51h6.61l-0.81,
0.81H5.25 c-0.8,0-1.45,0.68-1.45,1.51v4.91l-1.89,1.89l0.99,0.99l1-1l8.3-8.3L14.21,2.72z"/>
</g>
<g id="delete-shape">
<path fill="#CCCCCC" d="M14.191,4.579c0-1.149-0.832-2.08-1.857-2.08h-0.902V1.997C11.432,0.894,10.633,0,9.648,0H6.352
C5.367,0,4.568,0.894,4.568,1.997v0.502H3.666c-1.026,0-1.857,0.932-1.857,2.08v1.389h1.064l0.785,8.416
C3.742,15.29,4.499,16,5.383,16h5.231c0.883,0,1.64-0.709,1.724-1.614l0.788-8.417h1.064V4.579z M5.535,2.218V2.065
c0-0.58,0.42-1.05,0.938-1.05h3.055c0.518,0,0.937,0.47,0.937,1.05v0.153c0,0.098-0.016,0.191-0.038,0.281H5.573
C5.55,2.409,5.535,2.316,5.535,2.218z M11.184,14.277c-0.029,0.305-0.29,0.562-0.57,0.562H5.383c-0.281,0-0.541-0.257-0.57-0.562
L4.038,5.969h7.924L11.184,14.277z"/>
<rect x="7.612" y="7.291" fill="#CCCCCC" width="0.774" height="6.191"/>
<polyline fill="#CCCCCC" points="9.934,7.291 9.16,7.291 9.16,13.482 9.934,13.482 "/>
<rect x="6.065" y="7.291" fill="#CCCCCC" width="0.774" height="6.191"/>
</g>
</defs>
<use id="add" xlink:href="#add-shape"/>
<use id="add-hover" xlink:href="#add-shape"/>
@ -208,4 +219,5 @@ use[id$="-disabled"] {
<use id="screen-white" xlink:href="#screen-shape"/>
<use id="screen-disabled" xlink:href="#screen-shape"/>
<use id="screenmute-white" xlink:href="#screenmute-shape"/>
<use id="delete" xlink:href="#delete-shape"/>
</svg>

До

Ширина:  |  Высота:  |  Размер: 14 KiB

После

Ширина:  |  Высота:  |  Размер: 15 KiB

Просмотреть файл

@ -179,12 +179,12 @@
],
"16x16": ["add", "add-hover", "add-active", "audio", "audio-hover", "audio-active",
"block", "block-red", "block-hover", "block-active", "contacts", "contacts-hover",
"contacts-active", "copy", "checkmark", "google", "google-hover", "google-active",
"history", "history-hover", "history-active", "leave", "precall", "precall-hover",
"precall-active", "screen-white", "screenmute-white", "settings",
"settings-hover", "settings-active", "share-darkgrey", "tag", "tag-hover",
"tag-active", "trash", "unblock", "unblock-hover", "unblock-active", "video",
"video-hover", "video-active", "tour"
"contacts-active", "copy", "checkmark", "delete", "google", "google-hover",
"google-active", "history", "history-hover", "history-active", "leave",
"precall", "precall-hover", "precall-active", "screen-white", "screenmute-white",
"settings", "settings-hover", "settings-active", "share-darkgrey", "tag",
"tag-hover", "tag-active", "trash", "unblock", "unblock-hover", "unblock-active",
"video", "video-hover", "video-active", "tour"
]
},

Просмотреть файл

@ -179,12 +179,12 @@
],
"16x16": ["add", "add-hover", "add-active", "audio", "audio-hover", "audio-active",
"block", "block-red", "block-hover", "block-active", "contacts", "contacts-hover",
"contacts-active", "copy", "checkmark", "google", "google-hover", "google-active",
"history", "history-hover", "history-active", "leave", "precall", "precall-hover",
"precall-active", "screen-white", "screenmute-white", "settings",
"settings-hover", "settings-active", "share-darkgrey", "tag", "tag-hover",
"tag-active", "trash", "unblock", "unblock-hover", "unblock-active", "video",
"video-hover", "video-active", "tour"
"contacts-active", "copy", "checkmark", "delete", "google", "google-hover",
"google-active", "history", "history-hover", "history-active", "leave",
"precall", "precall-hover", "precall-active", "screen-white", "screenmute-white",
"settings", "settings-hover", "settings-active", "share-darkgrey", "tag",
"tag-hover", "tag-active", "trash", "unblock", "unblock-hover", "unblock-active",
"video", "video-hover", "video-active", "tour"
]
},