forked from 0x2620/oxjs
serialize/unserialize
This commit is contained in:
parent
5a655b3e20
commit
5ee998b263
4 changed files with 39 additions and 11 deletions
|
|
@ -120,10 +120,10 @@ Lists
|
|||
background: rgb(18, 18, 18);
|
||||
}
|
||||
.OxThemeModern .OxTextList .OxItem.OxSelected:nth-child(odd) {
|
||||
background: rgb(30, 30, 30);
|
||||
background: rgb(46, 46, 46);
|
||||
}
|
||||
.OxThemeModern .OxTextList .OxItem.OxSelected:nth-child(even) {
|
||||
background: rgb(34, 34, 34);
|
||||
background: rgb(50, 50, 50);
|
||||
}
|
||||
.OxThemeModern .OxTextList .OxFocus .OxItem.OxSelected:nth-child(odd) {
|
||||
background: rgb(62, 62, 62);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue