From 72d7a381d5a2ca2d63a1365b793aa924f39848ff Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 2 Mar 2013 15:02:04 +0530 Subject: [PATCH] fix oxmedium theme video marker css --- source/Ox.UI/themes/oxmedium/json/theme.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index af1d4034..101e69e5 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -231,8 +231,8 @@ "videoAnnotationSelectedBackground": [80, 80, 80], "videoAnnotationSeparatorColor": [112, 112, 112], - "videoMarkerBackground": [192, 192, 192], - "videoMarkerBorder": [64, 64, 64], + "videoMarkerBackground": [255, 255, 255], + "videoMarkerBorder": [0, 0, 0], "videoTimelineDefaultGradient": [[64, 64, 64], [192, 192, 192]], "videoTimelineEditableGradient": [[0, 0, 128], [128, 128, 255]],