forked from 0x2620/oxjs
support for drag and drop
This commit is contained in:
parent
9ea5cce853
commit
5d454f0a80
8 changed files with 39 additions and 11 deletions
|
|
@ -1222,9 +1222,7 @@ Lists
|
|||
.OxTextList .OxPage {
|
||||
position: absolute;
|
||||
}
|
||||
.OxTextList.OxDrop .OxItem .OxCell {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.OxTreeList .OxItem .OxCell {
|
||||
border-right-width: 0
|
||||
}
|
||||
|
|
@ -2094,7 +2092,7 @@ Miscellaneous
|
|||
|
||||
.OxTooltip {
|
||||
position: absolute;
|
||||
padding: 1px 2px 1px 2px;
|
||||
padding: 1px 3px 1px 3px;
|
||||
font-size: 9px;
|
||||
//opacity: 0;
|
||||
z-index: 1001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue