1
0
Fork 0
forked from 0x2620/oxjs

simplify Ox.EditableContent, update CSS

This commit is contained in:
rolux 2013-02-27 08:56:55 +05:30
commit feae953311
3 changed files with 28 additions and 35 deletions

View file

@ -456,7 +456,7 @@ Forms
border-top-color: $bodyBorder;
}
.$themeClass .OxEditableContent > .OxEditableContentInput:focus {
.$themeClass .OxEditableContent.OxEditableContentInput:focus {
background-image: -moz-linear-gradient(top, $inputGradient);
background-image: -o-linear-gradient(top, $inputGradient);
background-image: -webkit-linear-gradient(top, $inputGradient);
@ -470,7 +470,7 @@ Forms
.$themeClass .OxEditableElement .OxHighlight, {
border-radius: 2px;
}
.$themeClass .OxEditableContent.OxPlaceholder .OxValue,
.$themeClass .OxEditableContent.OxPlaceholder,
.$themeClass .OxEditableElement.OxPlaceholder .OxValue {
color: $inputPlaceholderColor;
}