make Ox.Editable text selectable
This commit is contained in:
parent
56c1bf2af0
commit
a9089ee8f7
1 changed files with 3 additions and 4 deletions
|
@ -792,6 +792,9 @@ OxEditableElement
|
||||||
//cursor: pointer;
|
//cursor: pointer;
|
||||||
padding: 0 0 0 1px;
|
padding: 0 0 0 1px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
-moz-user-select: text;
|
||||||
|
-o-user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
.OxEditableElement div.OxInput {
|
.OxEditableElement div.OxInput {
|
||||||
padding: 0 1px 0 0;
|
padding: 0 1px 0 0;
|
||||||
|
@ -1446,12 +1449,8 @@ Maps
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
.OxTypeIcon {
|
.OxTypeIcon {
|
||||||
width: 10px;
|
|
||||||
height: 10px;
|
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 7px;
|
|
||||||
margin-left: -3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue