1
0
Fork 0
forked from 0x2620/oxjs

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

@ -165,7 +165,7 @@ Lists
================================================================================
*/
.OxThemeClassic .OxIconList .OxItem > .OxIcon img.OxLoading {
.OxThemeClassic .OxIconList .OxItem img.OxLoading {
border-color: rgb(208, 208, 208);
background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(224, 224, 224));
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(224, 224, 224)));

View file

@ -692,7 +692,7 @@ Lists
.OxIconList .OxItem > .OxIcon,
.OxIconList .OxItem > .OxText {
left: -2px;
//left: -2px;
}
.OxIconList .OxItem > .OxIcon img {

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)));