From 22a229b3a834cb5f2b44f9c02d16e256e207a596 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 17 Sep 2014 13:18:12 +0200 Subject: [PATCH] fix CSS box-shadow for selected keyword in annotations --- source/Ox.UI/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;