revert css changes (don't duplicate global positioning rules in theme css)
This commit is contained in:
parent
3f69397d96
commit
72676ed2bb
2 changed files with 0 additions and 6 deletions
|
@ -416,9 +416,6 @@ 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);
|
||||
}
|
||||
|
|
|
@ -409,9 +409,6 @@ 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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue