From 9b7a4428a6f61554e9c14f0e3f42d80f193a8591 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 16:45:58 +0530 Subject: [PATCH] fix modern theme highlight gradient --- 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 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; }