make Ox.Editable text selectable

This commit is contained in:
j 2012-02-20 14:04:45 +00:00
parent 56c1bf2af0
commit a9089ee8f7

View file

@ -792,6 +792,9 @@ OxEditableElement
//cursor: pointer;
padding: 0 0 0 1px;
word-wrap: break-word;
-moz-user-select: text;
-o-user-select: text;
-webkit-user-select: text;
}
.OxEditableElement div.OxInput {
padding: 0 1px 0 0;
@ -1446,12 +1449,8 @@ Maps
border-radius: 8px;
}
.OxTypeIcon {
width: 10px;
height: 10px;
border-width: 2px;
border-style: solid;
border-radius: 7px;
margin-left: -3px;
}
/*