fix color of info part for icons in info lists

This commit is contained in:
rlx 2011-10-29 07:45:59 +00:00
parent f47547e728
commit 039a65e251

View file

@ -385,7 +385,7 @@ Lists
-webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
}
.OxThemeClassic .OxIconList .OxItem > .OxText > div > .OxInfo,
.OxThemeClassic .OxIconList .OxItem .OxText > div > .OxInfo {
.OxThemeClassic .OxInfoList .OxItem .OxText > div > .OxInfo {
color: rgb(128, 128, 128);
}
.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon > img,