fix modern theme highlight gradient
This commit is contained in:
parent
ac6441bdc8
commit
9b7a4428a6
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,6 @@ Video
|
|||
}
|
||||
.$themeClass .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing {
|
||||
background-color: $videoAnnotationEditableEditingBackground;
|
||||
background-image: none;
|
||||
}
|
||||
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxInput.OxFocus {
|
||||
box-shadow: none;
|
||||
|
@ -1083,6 +1082,7 @@ Video
|
|||
.$themeClass .OxAnnotationFolder .OxEditableElement input,
|
||||
.$themeClass .OxAnnotationFolder .OxEditableElement textarea {
|
||||
background-color: $videoAnnotationEditableEditingBackground;
|
||||
background-image: none;
|
||||
color: $videoAnnotationEditableEditingColor;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue