diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 4ab43de7..f7891a79 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -1422,7 +1422,7 @@ Video background-size: 4px 4px; } .$themeClass .OxAnnotationFolder .OxArrayEditableInput .OxEditableElement.OxSelected { - box-shadow: 0 0 1px $videoAnnotationEditableSelectedShadow; + box-shadow: 0 0 2px $videoAnnotationEditableSelectedShadow; } .$themeClass .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing { background-color: $videoAnnotationEditableEditingBackground;