1
0
Fork 0
forked from 0x2620/oxjs

add InfoList (draft)

This commit is contained in:
rlx 2011-08-19 06:41:48 +00:00
commit 676cb72101
5 changed files with 202 additions and 32 deletions

View file

@ -233,7 +233,8 @@ Lists
================================================================================
*/
.OxThemeModern .OxIconList .OxItem > img.OxLoading {
.OxThemeModern .OxIconList .OxItem > img.OxLoading,
.OxThemeModern .OxInfoList .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));