1
0
Fork 0
forked from 0x2620/oxjs

add languages to geo module

This commit is contained in:
rlx 2011-09-09 16:37:21 +00:00
commit 7035e207c2
4 changed files with 568 additions and 18 deletions

View file

@ -362,12 +362,6 @@ Lists
.OxThemeModern .OxTextList .OxFocus .OxItem.OxSelected:nth-child(even) {
background: rgb(66, 66, 66);
}
.OxThemeModern .OxTextList .OxItem.OxDroppable:nth-child(odd) .OxCell {
//background: rgb(62, 62, 78);
}
.OxThemeModern .OxTextList .OxItem.OxDroppable:nth-child(even) .OxCell {
//background: rgb(66, 66, 82);
}
.OxThemeModern .OxTextList .OxItem.OxDroppable.OxDrop:nth-child(odd) .OxCell {
background: rgb(78, 78, 78);
}