forked from 0x2620/oxjs
update CSS
This commit is contained in:
parent
5ecfcd0046
commit
42e30f6a0a
2 changed files with 40 additions and 5 deletions
|
|
@ -906,6 +906,20 @@ input.OxInput {
|
|||
div.OxInput > input.OxInput {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxEditableContent
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
.OxEditableContent > .OxEditableContentInput:focus {
|
||||
outline: none;
|
||||
-moz-user-select: text;
|
||||
-o-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxEditableElement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue