1
0
Fork 0
forked from 0x2620/oxjs

fix OxEditable placeholder css

This commit is contained in:
rolux 2013-02-27 08:29:35 +05:30
commit 706517d2b9

View file

@ -466,8 +466,11 @@ Forms
-webkit-box-shadow: 0 0 2px $formelementFocusShadow; -webkit-box-shadow: 0 0 2px $formelementFocusShadow;
} }
.$themeClass .OxEditableElement.OxSelected { .$themeClass .OxEditableElement .OxHighlight {
background-color: $videoAnnotationSelectedBackground; border-radius: 2px;
}
.$themeClass .OxEditableElement.OxPlaceholder .OxValue {
color: $inputPlaceholderColor;
} }
/* /*
@ -1081,15 +1084,11 @@ Video
border-color: $bodyColor; border-color: $bodyColor;
} }
/* FIXME: the first three should apply for every ArrayEditable */
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxSeparator { .$themeClass .OxAnnotationFolder .OxArrayEditable .OxSeparator {
color: $videoAnnotationSeparatorColor; color: $videoAnnotationSeparatorColor;
} }
.$themeClass .OxAnnotationFolder .OxEditableElement .OxHighlight { .$themeClass .OxAnnotationFolder .OxEditableElement.OxSelected {
border-radius: 2px; background-color: $videoAnnotationSelectedBackground;
}
.$themeClass .OxAnnotationFolder .OxEditableElement.OxPlaceholder .OxValue {
color: $inputPlaceholderColor;
} }
.$themeClass .OxAnnotationFolder .OxEditableElement.OxWarning .OxValue { .$themeClass .OxAnnotationFolder .OxEditableElement.OxWarning .OxValue {
border-bottom: 2px dotted $bodyWarningBorder; border-bottom: 2px dotted $bodyWarningBorder;