From 706517d2b98710e9a236e3b15ab2fc6462816fd6 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 27 Feb 2013 08:29:35 +0530 Subject: [PATCH] fix OxEditable placeholder css --- source/Ox.UI/css/theme.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index e54c25fb..4df05bf7 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -466,8 +466,11 @@ Forms -webkit-box-shadow: 0 0 2px $formelementFocusShadow; } -.$themeClass .OxEditableElement.OxSelected { - background-color: $videoAnnotationSelectedBackground; +.$themeClass .OxEditableElement .OxHighlight { + border-radius: 2px; +} +.$themeClass .OxEditableElement.OxPlaceholder .OxValue { + color: $inputPlaceholderColor; } /* @@ -1081,15 +1084,11 @@ Video border-color: $bodyColor; } -/* FIXME: the first three should apply for every ArrayEditable */ .$themeClass .OxAnnotationFolder .OxArrayEditable .OxSeparator { color: $videoAnnotationSeparatorColor; } -.$themeClass .OxAnnotationFolder .OxEditableElement .OxHighlight { - border-radius: 2px; -} -.$themeClass .OxAnnotationFolder .OxEditableElement.OxPlaceholder .OxValue { - color: $inputPlaceholderColor; +.$themeClass .OxAnnotationFolder .OxEditableElement.OxSelected { + background-color: $videoAnnotationSelectedBackground; } .$themeClass .OxAnnotationFolder .OxEditableElement.OxWarning .OxValue { border-bottom: 2px dotted $bodyWarningBorder;