properly set textlist css background color

This commit is contained in:
rolux 2011-05-24 22:32:13 +02:00
parent c5b47863c6
commit e54c136c48
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ Lists
} }
.OxThemeClassic .OxTextList .OxBody { .OxThemeClassic .OxTextList .OxContent {
background: rgb(240, 240, 240); background: rgb(240, 240, 240);
} }
.OxThemeClassic .OxTextList .OxItem .OxCell { .OxThemeClassic .OxTextList .OxItem .OxCell {

View file

@ -247,7 +247,7 @@ Lists
} }
.OxThemeModern .OxTextList .OxBody { .OxThemeModern .OxTextList .OxContent {
background: rgb(16, 16, 16); background: rgb(16, 16, 16);
} }
.OxThemeModern .OxTextList .OxItem .OxCell { .OxThemeModern .OxTextList .OxItem .OxCell {