fix color of info part for icons in info lists
This commit is contained in:
parent
f47547e728
commit
039a65e251
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ Lists
|
||||||
-webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
-webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
|
||||||
}
|
}
|
||||||
.OxThemeClassic .OxIconList .OxItem > .OxText > div > .OxInfo,
|
.OxThemeClassic .OxIconList .OxItem > .OxText > div > .OxInfo,
|
||||||
.OxThemeClassic .OxIconList .OxItem .OxText > div > .OxInfo {
|
.OxThemeClassic .OxInfoList .OxItem .OxText > div > .OxInfo {
|
||||||
color: rgb(128, 128, 128);
|
color: rgb(128, 128, 128);
|
||||||
}
|
}
|
||||||
.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon > img,
|
.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon > img,
|
||||||
|
|
Loading…
Reference in a new issue