diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 4df05bf7..b78de1a5 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -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; }