This commit is contained in:
rlx 2011-11-02 18:22:18 +00:00
commit 3f69397d96
2 changed files with 7 additions and 1 deletions

View file

@ -416,6 +416,9 @@ Lists
.OxThemeClassic .OxTextList .OxItem .OxCell {
border-right-color: rgb(224, 224, 224);
}
.OxThemeClassic .OxTextList .OxItem .OxCell >img {
display: block;
}
.OxThemeClassic .OxTextList .OxItem:nth-child(odd) {
background: rgb(242, 242, 242);
}

View file

@ -409,6 +409,9 @@ Lists
.OxThemeModern .OxTextList .OxItem .OxCell {
border-right-color: rgb(32, 32, 32);
}
.OxThemeModern .OxTextList .OxItem .OxCell >img {
display: block;
}
.OxThemeModern .OxTextList .OxItem:nth-child(odd) {
background: rgb(14, 14, 14);
}
@ -755,4 +758,4 @@ Miscellaneous
.OxThemeModern ::selection {
background: rgb(192, 192, 192);
//color: rgb(255, 255, 255);
}
}