1
0
Fork 0
forked from 0x2620/oxjs

serialize/unserialize

This commit is contained in:
rolux 2010-07-14 00:38:53 +02:00
commit 5ee998b263
4 changed files with 39 additions and 11 deletions

View file

@ -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);