diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 14d0693f..2a898281 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -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; }