fix OxEditable placeholder css
This commit is contained in:
parent
8ad1faff85
commit
706517d2b9
1 changed files with 7 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue