1
0
Fork 0
forked from 0x2620/oxjs

fixing a regression where icons in a list would not display in their loading state

This commit is contained in:
rlx 2011-08-23 23:57:03 +00:00
commit 9dd695b6ca
2 changed files with 13 additions and 13 deletions

View file

@ -233,8 +233,8 @@ Lists
================================================================================
*/
.OxThemeModern .OxIconList .OxItem > img.OxLoading,
.OxThemeModern .OxInfoList .OxIcon > img.OxLoading {
.OxThemeModern .OxIconList .OxItem > .OxIcon > img.OxLoading,
.OxThemeModern .OxInfoList .OxItem > .OxIcon > img.OxLoading {
border-color: rgb(48, 48, 48);
background: -moz-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));
background: -webkit-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));