properly set textlist css background color
This commit is contained in:
parent
c5b47863c6
commit
e54c136c48
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue