set textlist css background color

This commit is contained in:
rolux 2011-05-24 22:26:24 +02:00
parent 2d98dfe754
commit c5b47863c6
2 changed files with 6 additions and 0 deletions

View file

@ -237,6 +237,9 @@ Lists
}
.OxThemeClassic .OxTextList .OxBody {
background: rgb(240, 240, 240);
}
.OxThemeClassic .OxTextList .OxItem .OxCell {
border-right-color: rgb(224, 224, 224);
}

View file

@ -247,6 +247,9 @@ Lists
}
.OxThemeModern .OxTextList .OxBody {
background: rgb(16, 16, 16);
}
.OxThemeModern .OxTextList .OxItem .OxCell {
border-right-color: rgb(32, 32, 32);
}