modern theme: add CustomList CSS and update TableList Select CSS
This commit is contained in:
parent
ebcc3c674e
commit
d8206391d5
1 changed files with 9 additions and 0 deletions
|
@ -519,21 +519,27 @@ Lists
|
|||
.OxThemeModern .OxTableList .OxItem .OxCell {
|
||||
border-right-color: rgb(32, 32, 32);
|
||||
}
|
||||
.OxThemeModern .OxCustomList .OxItem:nth-child(odd),
|
||||
.OxThemeModern .OxTableList .OxItem:nth-child(odd) {
|
||||
background: rgb(14, 14, 14);
|
||||
}
|
||||
.OxThemeModern .OxCustomList .OxItem:nth-child(even),
|
||||
.OxThemeModern .OxTableList .OxItem:nth-child(even) {
|
||||
background: rgb(18, 18, 18);
|
||||
}
|
||||
.OxThemeModern .OxCustomList .OxItem.OxSelected:nth-child(odd),
|
||||
.OxThemeModern .OxTableList .OxItem.OxSelected:nth-child(odd) {
|
||||
background: rgb(46, 46, 46);
|
||||
}
|
||||
.OxThemeModern .OxCustomList .OxItem.OxSelected:nth-child(even),
|
||||
.OxThemeModern .OxTableList .OxItem.OxSelected:nth-child(even) {
|
||||
background: rgb(50, 50, 50);
|
||||
}
|
||||
.OxThemeModern .OxCustomList .OxFocus .OxItem.OxSelected:nth-child(odd),
|
||||
.OxThemeModern .OxTableList .OxFocus .OxItem.OxSelected:nth-child(odd) {
|
||||
background: rgb(62, 62, 62);
|
||||
}
|
||||
.OxThemeModern .OxCustomList .OxFocus .OxItem.OxSelected:nth-child(even),
|
||||
.OxThemeModern .OxTableList .OxFocus .OxItem.OxSelected:nth-child(even) {
|
||||
background: rgb(66, 66, 66);
|
||||
}
|
||||
|
@ -554,6 +560,9 @@ Lists
|
|||
.OxThemeModern .OxTableList .OxHead .OxResize .OxCenter {
|
||||
background: rgb(24, 24, 24);
|
||||
}
|
||||
.OxThemeModern .OxTableList .OxBar .OxSelect:not(.OxSelected) {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.OxThemeModern .OxTableList .OxHead .OxSelect,
|
||||
.OxThemeModern .OxTableList .OxBar .OxClear {
|
||||
border-color: rgb(24, 24, 24);
|
||||
|
|
Loading…
Reference in a new issue