fix oxmedium theme video marker css

This commit is contained in:
rolux 2013-03-02 15:02:04 +05:30
parent d2f3bf70d5
commit 72d7a381d5

View file

@ -231,8 +231,8 @@
"videoAnnotationSelectedBackground": [80, 80, 80], "videoAnnotationSelectedBackground": [80, 80, 80],
"videoAnnotationSeparatorColor": [112, 112, 112], "videoAnnotationSeparatorColor": [112, 112, 112],
"videoMarkerBackground": [192, 192, 192], "videoMarkerBackground": [255, 255, 255],
"videoMarkerBorder": [64, 64, 64], "videoMarkerBorder": [0, 0, 0],
"videoTimelineDefaultGradient": [[64, 64, 64], [192, 192, 192]], "videoTimelineDefaultGradient": [[64, 64, 64], [192, 192, 192]],
"videoTimelineEditableGradient": [[0, 0, 128], [128, 128, 255]], "videoTimelineEditableGradient": [[0, 0, 128], [128, 128, 255]],