From fba21bab6454829f3dbab2338a94e1a16ae7ff13 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 16:25:27 +0530 Subject: [PATCH] fix modern theme highlight gradient --- source/Ox.UI/css/theme.css | 1 - source/Ox.UI/themes/modern/json/theme.jsonc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 85587932..f4701617 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -1048,7 +1048,6 @@ Video .$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected { background-color: $videoAnnotationEditableSelectedBackground; } -/* FIXME: classic only */ .$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected .OxHighlight { background-color: transparent; background-image: -moz-repeating-linear-gradient( diff --git a/source/Ox.UI/themes/modern/json/theme.jsonc b/source/Ox.UI/themes/modern/json/theme.jsonc index f29d8e94..44664f82 100644 --- a/source/Ox.UI/themes/modern/json/theme.jsonc +++ b/source/Ox.UI/themes/modern/json/theme.jsonc @@ -13,7 +13,7 @@ "bodyColor": [240, 240, 240], "bodyBrightColor": [255, 255, 255], "bodyHighlightColor": [255, 255, 0], - "bodyHighlightGradient": [[16, 16, 16], [16, 16, 16]], + "bodyHighlightGradient": [[0, 0, 0, 0], [0, 0, 0, 0]], "bodyLightColor": [128, 128, 128], "bodyFocusSelectedLightColor": [128, 128, 128], "bodySelectedLightColor": [128, 128, 128],