From 25df7e7c7fe74931de642fc7bf3d2c4b198ee230 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 20 Feb 2013 16:59:03 +0530 Subject: [PATCH] update theme css --- source/Ox.UI/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 575e8cd4..76889cc3 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -988,6 +988,10 @@ Video background-color: $videoAnnotationSelectedBackground; } +.$themeClass .OxLargeVideoTimeline .OxOverlay { + background-color: $mediaBackground; +} + .$themeClass .OxSmallVideoTimeline .OxMarkerPlay { border-color: $videoTimelineMarkerShadow; }