set textlist css background color
This commit is contained in:
parent
2d98dfe754
commit
c5b47863c6
2 changed files with 6 additions and 0 deletions
|
@ -237,6 +237,9 @@ Lists
|
|||
}
|
||||
|
||||
|
||||
.OxThemeClassic .OxTextList .OxBody {
|
||||
background: rgb(240, 240, 240);
|
||||
}
|
||||
.OxThemeClassic .OxTextList .OxItem .OxCell {
|
||||
border-right-color: rgb(224, 224, 224);
|
||||
}
|
||||
|
|
|
@ -247,6 +247,9 @@ Lists
|
|||
}
|
||||
|
||||
|
||||
.OxThemeModern .OxTextList .OxBody {
|
||||
background: rgb(16, 16, 16);
|
||||
}
|
||||
.OxThemeModern .OxTextList .OxItem .OxCell {
|
||||
border-right-color: rgb(32, 32, 32);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue