forked from 0x2620/oxjs
improve InfoList
This commit is contained in:
parent
1a4332c49c
commit
95f3d536ec
7 changed files with 105 additions and 46 deletions
|
|
@ -328,47 +328,55 @@ Lists
|
|||
*/
|
||||
|
||||
.OxThemeModern .OxIconList .OxItem > .OxIcon > img.OxLoading,
|
||||
.OxThemeModern .OxInfoList .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: -o-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));
|
||||
background: -webkit-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));
|
||||
}
|
||||
.OxThemeModern .OxIconList .OxItem.OxSelected > .OxIcon > img,
|
||||
.OxThemeModern .OxIconList .OxItem.OxSelected > .OxIcon > .OxVideoPlayer {
|
||||
.OxThemeModern .OxIconList .OxItem.OxSelected > .OxIcon > .OxVideoPlayer,
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIcon > img,
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIcon > .OxVideoPlayer {
|
||||
border-color: rgb(64, 64, 64);
|
||||
-moz-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
|
||||
-o-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
|
||||
-webkit-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
|
||||
}
|
||||
.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxIcon > img,
|
||||
.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxIcon .OxVideoPlayer {
|
||||
.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxIcon .OxVideoPlayer,
|
||||
.OxThemeModern .OxInfoList.OxFocus .OxItem.OxSelected .OxIcon > img,
|
||||
.OxThemeModern .OxInfoList.OxFocus .OxItem.OxSelected .OxIcon .OxVideoPlayer {
|
||||
border-color: rgb(128, 128, 128);
|
||||
-moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
-o-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
-webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
}
|
||||
.OxThemeModern .OxIconList .OxItem > .OxText > div {
|
||||
.OxThemeModern .OxIconList .OxItem > .OxText > div,
|
||||
.OxThemeModern .OxInfoList .OxItem .OxText > div {
|
||||
text-shadow: rgb(0, 0, 0) -1px -1px 0,
|
||||
rgb(0, 0, 0) -1px 1px 0,
|
||||
rgb(0, 0, 0) 1px -1px 0,
|
||||
rgb(0, 0, 0) 1px 1px 0;
|
||||
}
|
||||
.OxThemeModern .OxIconList .OxItem.OxSelected > .OxText > div {
|
||||
.OxThemeModern .OxIconList .OxItem.OxSelected > .OxText > div,
|
||||
.OxThemeModern .OxInfoList .OxItem.OxSelected .OxText > div {
|
||||
border-color: rgb(64, 64, 64);
|
||||
background: rgba(64, 64, 64, 0.5);
|
||||
-moz-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
|
||||
-o-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
|
||||
-webkit-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
|
||||
}
|
||||
.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxText > div {
|
||||
.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxText > div,
|
||||
.OxThemeModern .OxInfoList.OxFocus .OxItem.OxSelected .OxText > div {
|
||||
border-color: rgb(128, 128, 128);
|
||||
background: rgba(128, 128, 128, 0.5);
|
||||
-moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
-o-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
-webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||
}
|
||||
.OxThemeModern .OxIconList .OxItem > .OxText > div > .OxInfo {
|
||||
.OxThemeModern .OxIconList .OxItem > .OxText > div > .OxInfo,
|
||||
.OxThemeModern .OxInfoList .OxItem .OxText > div > .OxInfo {
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue