forked from 0x2620/oxjs
add languages to geo module
This commit is contained in:
parent
a29d7e70ea
commit
7035e207c2
4 changed files with 568 additions and 18 deletions
|
|
@ -378,6 +378,12 @@ Lists
|
|||
.OxThemeClassic .OxTextList .OxFocus .OxItem.OxSelected:nth-child(even) {
|
||||
background: rgb(206, 206, 206);
|
||||
}
|
||||
.OxThemeClassic .OxTextList .OxItem.OxDroppable.OxDrop:nth-child(odd) .OxCell {
|
||||
background: rgb(194, 194, 194);
|
||||
}
|
||||
.OxThemeClassic .OxTextList .OxItem.OxDroppable.OxDrop:nth-child(even) .OxCell {
|
||||
background: rgb(190, 190, 190);
|
||||
}
|
||||
|
||||
|
||||
.OxThemeClassic .OxTextList .OxHead .OxSelected {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue