1
0
Fork 0
forked from 0x2620/oxjs

update CSS

This commit is contained in:
rolux 2013-02-25 16:41:04 +00:00
commit 42e30f6a0a
2 changed files with 40 additions and 5 deletions

View file

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