update css and themes

This commit is contained in:
rolux 2013-02-21 01:30:16 +05:30
parent 35d2aecc4a
commit 6e1491eae3
5 changed files with 9 additions and 3 deletions

View file

@ -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;

View file

@ -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);

View file

@ -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],

View file

@ -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],

View file

@ -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],