From ac6441bdc83529cabdce85c7d7592991a42c4d78 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 16:38:54 +0530 Subject: [PATCH] fix background of video annotation textareas --- source/Ox.UI/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index f4701617..14d0693f 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -1075,6 +1075,7 @@ Video } .$themeClass .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing { background-color: $videoAnnotationEditableEditingBackground; + background-image: none; } .$themeClass .OxAnnotationFolder .OxArrayEditable .OxInput.OxFocus { box-shadow: none;