From 6e1491eae33c2d4ead28f79c5fbe524aa39a4da4 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 01:30:16 +0530 Subject: [PATCH] update css and themes --- source/Ox.UI/css/Ox.UI.css | 4 ++-- source/Ox.UI/css/theme.css | 3 +++ source/Ox.UI/themes/oxdark/json/theme.jsonc | 3 ++- source/Ox.UI/themes/oxlight/json/theme.jsonc | 1 + source/Ox.UI/themes/oxmedium/json/theme.jsonc | 1 + 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index b7f8e8d6..36f1ad85 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2479,7 +2479,7 @@ Video display: none; } .OxVideoPlayer .OxSettings > div { - width: 64px; + width: 72px; } .OxVideoPlayer .OxSettings > .OxItem { height: 16px; @@ -2492,7 +2492,7 @@ Video float: left; } .OxVideoPlayer .OxSettings > .OxItem > div { - width: 48px; + width: 56px; height: 14px; padding-top: 2px; font-size: 9px; diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 76889cc3..5736d690 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -1022,6 +1022,9 @@ Video .$themeClass .OxVideoPlayer .OxSettings > div { background-color: $videoMenuBackground; } +.$themeClass .OxVideoPlayer .OxSettings > div.OxDisabled > div { + color: $videoMenuDisabledColor; +} .$themeClass .OxVideoPlayer .OxSettings > div.OxSelected { background-image: -moz-linear-gradient(top, $videoMenuSelectedGradient); background-image: -o-linear-gradient(top, $videoMenuSelectedGradient); diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index 48e8b457..564e82f6 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -216,7 +216,8 @@ "videoInputGradient": [[32, 32, 32, 0.75], [64, 64, 64, 0.75]], "videoMenuBackground": [32, 32, 32, 0.5], "videoMenuBorder": [64, 64, 64, 0.5], - "videoMenuSelectedGradient": [[48, 48, 48, 0.5], [16, 16, 16, 0.5]], + "videoMenuDisabledColor": [128, 128, 128], + "videoMenuSelectedGradient": [[64, 64, 64, 0.5], [32, 32, 32, 0.5]], "videoAnnotationEditableEditingBackground": [64, 128, 64], "videoAnnotationEditableEditingColor": [255, 255, 255], diff --git a/source/Ox.UI/themes/oxlight/json/theme.jsonc b/source/Ox.UI/themes/oxlight/json/theme.jsonc index 6e566f04..04bb4c9d 100644 --- a/source/Ox.UI/themes/oxlight/json/theme.jsonc +++ b/source/Ox.UI/themes/oxlight/json/theme.jsonc @@ -216,6 +216,7 @@ "videoInputGradient": [[192, 192, 192, 0.75], [224, 224, 224, 0.75]], "videoMenuBackground": [224, 224, 224, 0.5], "videoMenuBorder": [192, 192, 192, 0.5], + "videoMenuDisabledColor": [160, 160, 160], "videoMenuSelectedGradient": [[240, 240, 240, 0.5], [208, 208, 208, 0.5]], "videoAnnotationEditableEditingBackground": [160, 224, 160], diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 6d9a72ff..1f0adc0e 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -216,6 +216,7 @@ "videoInputGradient": [[128, 128, 128, 0.75], [160, 160, 160, 0.75]], "videoMenuBackground": [160, 160, 160, 0.5], "videoMenuBorder": [144, 144, 144, 0.5], + "videoMenuDisabledColor": [128, 128, 128], "videoMenuSelectedGradient": [[128, 128, 128, 0.5], [128, 128, 128, 0.5]], "videoAnnotationEditableEditingBackground": [64, 192, 64],