forked from 0x2620/oxjs
some more improvements to lists
This commit is contained in:
parent
9da654ad08
commit
615c8b2972
2 changed files with 125 additions and 82 deletions
|
|
@ -190,6 +190,7 @@ Drag & Drop
|
|||
|
||||
.OxDrag {
|
||||
cursor: move;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -913,6 +914,12 @@ Lists
|
|||
width: 1px;
|
||||
height: 16px;
|
||||
}
|
||||
.OxTextList .OxBody .OxItem.OxSelected .OxCell.OxClickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
.OxTextList .OxBody .OxItem.OxSelected .OxCell.OxEditable {
|
||||
cursor: text;
|
||||
}
|
||||
.OxTextList .OxPage {
|
||||
position: absolute;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue