forked from 0x2620/oxjs
use new-style mouse events in Ox.List
This commit is contained in:
parent
2043dc7a12
commit
be3b1d573d
8 changed files with 185 additions and 143 deletions
|
|
@ -362,18 +362,20 @@ Lists
|
|||
.OxThemeModern .OxTextList .OxFocus .OxItem.OxSelected:nth-child(even) {
|
||||
background: rgb(66, 66, 66);
|
||||
}
|
||||
.OxThemeModern .OxTextList .OxItem.OxDrop:nth-child(odd) .OxCell {
|
||||
.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, 94);
|
||||
background: rgb(78, 78, 78);
|
||||
}
|
||||
.OxThemeModern .OxTextList .OxItem.OxDrop:nth-child(even) .OxCell {
|
||||
.OxThemeModern .OxTextList .OxItem.OxDroppable.OxDrop:nth-child(even) .OxCell {
|
||||
background: rgb(82, 82, 98);
|
||||
background: rgb(82, 82, 82);
|
||||
}
|
||||
.OxThemeModern .OxTextList .OxItem.OxDragover:nth-child(odd) .OxCell {
|
||||
background: rgb(94, 94, 94);
|
||||
}
|
||||
.OxThemeModern .OxTextList .OxItem.OxDragover:nth-child(even) .OxCell {
|
||||
background: rgb(98, 98, 98);
|
||||
}
|
||||
|
||||
|
||||
.OxThemeModern .OxTextList .OxBar .OxSelected {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue