update classic css

This commit is contained in:
rlx 2011-10-19 10:51:25 +00:00
parent 4c6a6333b2
commit abbfe33458

View file

@ -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 {