update classic css
This commit is contained in:
parent
4c6a6333b2
commit
abbfe33458
1 changed files with 10 additions and 0 deletions
|
@ -391,6 +391,16 @@ Lists
|
|||
.OxThemeClassic .OxIconList .OxItem .OxText > div > .OxInfo {
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon > img,
|
||||
.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon .OxVideoPlayer,
|
||||
.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxText > div {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background: rgba(0, 0, 0, 0);
|
||||
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
-o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.OxThemeClassic .OxTextList .OxContent {
|
||||
|
|
Loading…
Reference in a new issue