fix OxEditable placeholder css

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

View file

@ -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;