1
0
Fork 0
forked from 0x2620/oxjs

update EditableContent and CSS

This commit is contained in:
rolux 2013-02-28 10:33:20 +05:30
commit c630818553
3 changed files with 7 additions and 11 deletions

View file

@ -456,7 +456,7 @@ Forms
border-top-color: $bodyBorder;
}
.$themeClass .OxEditableContent.OxEditableContentInput:focus {
.$themeClass .OxEditableContent.OxEditing {
background-image: -moz-linear-gradient(top, $inputGradient);
background-image: -o-linear-gradient(top, $inputGradient);
background-image: -webkit-linear-gradient(top, $inputGradient);