fix OxEditableContent placeholder css
This commit is contained in:
parent
706517d2b9
commit
dfe316b76a
1 changed files with 3 additions and 1 deletions
|
@ -466,9 +466,11 @@ Forms
|
|||
-webkit-box-shadow: 0 0 2px $formelementFocusShadow;
|
||||
}
|
||||
|
||||
.$themeClass .OxEditableElement .OxHighlight {
|
||||
.$themeClass .OxEditableContent .OxHighlight
|
||||
.$themeClass .OxEditableElement .OxHighlight, {
|
||||
border-radius: 2px;
|
||||
}
|
||||
.$themeClass .OxEditableContent.OxPlaceholder .OxValue,
|
||||
.$themeClass .OxEditableElement.OxPlaceholder .OxValue {
|
||||
color: $inputPlaceholderColor;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue