some more improvements to lists

This commit is contained in:
rlx 2011-01-13 01:58:38 +00:00
commit 615c8b2972
2 changed files with 125 additions and 82 deletions

View file

@ -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;
}