better icon loading for firefox

This commit is contained in:
rolux 2010-09-11 10:59:40 +02:00
commit 1d00e6dc2e
6 changed files with 29 additions and 17 deletions

View file

@ -146,7 +146,7 @@ Lists
================================================================================
*/
.OxThemeModern .OxIconList .OxItem > .OxIcon img.OxLoading {
.OxThemeModern .OxIconList .OxItem img.OxLoading {
border-color: rgb(48, 48, 48);
background: -moz-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(32, 32, 32)), color-stop(1, rgb(0, 0, 0)));