forked from 0x2620/oxjs
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;
|
-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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue