Bug 1305662 - Missing update.png/warning.gif referenced from chrome://mozapps/skin/extensions/update.css, r=Gijs.

This commit is contained in:
Florian Quèze 2016-09-28 13:18:24 +02:00
parent 200622aa1b
commit 05c4b00740
3 changed files with 0 additions and 10 deletions

View File

@ -87,7 +87,6 @@
<description>&noupdates.intro.desc;</description>
<separator class="thin"/>
<hbox id="updateCheckErrorNotFound" class="alertBox" hidden="true" align="top">
<image id="alert"/>
<description flex="1">&noupdates.error.desc;</description>
</hbox>
<separator class="thin"/>
@ -157,7 +156,6 @@
onpageshow="gAdminDisabledPage.onPageShow();">
<separator/>
<hbox class="alertBox" align="top">
<image id="alert"/>
<description flex="1">&adminDisabled.warning.label;</description>
</hbox>
<separator flex="1"/>

View File

@ -2,10 +2,6 @@
* 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/. */
#alert {
list-style-image: url("chrome://mozapps/skin/update/warning.gif");
}
.throbber {
list-style-image: url("chrome://global/skin/icons/loading.png");
width: 16px;

View File

@ -2,10 +2,6 @@
* 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/. */
#alert {
list-style-image: url("chrome://mozapps/skin/update/update.png");
}
.throbber {
list-style-image: url("chrome://global/skin/icons/loading.png");
width: 16px;