forked from 0x2620/oxjs
add InfoList (draft)
This commit is contained in:
parent
f464e82541
commit
676cb72101
5 changed files with 202 additions and 32 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue