Bug 1135085 - Change from utilities.png to the utilities.svg icon for the tab icon. r=josiah

This commit is contained in:
Richard Marti 2015-02-19 23:22:19 +01:00
Родитель 0db1427e8b
Коммит c686c0f1da
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -40,8 +40,6 @@
title="&prefWindow.titleMAC;"> title="&prefWindow.titleMAC;">
#endif #endif
#endif #endif
<xhtml:link rel="shortcut icon"
href="chrome://mozapps/skin/extensions/utilities.png"/>
<stringbundle id="bundleBrand" src="chrome://branding/locale/brand.properties"/> <stringbundle id="bundleBrand" src="chrome://branding/locale/brand.properties"/>
<stringbundle id="bundlePreferences" <stringbundle id="bundlePreferences"

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

@ -40,6 +40,10 @@
z-index: 2; z-index: 2;
} }
.tabmail-tab[type="preferencesTab"] {
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg#utilities");
}
.tab-background-middle { .tab-background-middle {
-moz-box-flex: 1; -moz-box-flex: 1;
background-clip: padding-box; background-clip: padding-box;