fix #1690 (Oxmedium theme player view: Background of selected annotation is slightly too dark)
This commit is contained in:
parent
3cd6399fff
commit
18cd1fedc9
1 changed files with 2 additions and 2 deletions
|
@ -253,8 +253,8 @@
|
||||||
"videoAnnotationEditableEditingColor": [0, 0, 0],
|
"videoAnnotationEditableEditingColor": [0, 0, 0],
|
||||||
"videoAnnotationEditableSelectedBackground": [64, 128, 192],
|
"videoAnnotationEditableSelectedBackground": [64, 128, 192],
|
||||||
"videoAnnotationEditableSelectedShadow": [64, 64, 64],
|
"videoAnnotationEditableSelectedShadow": [64, 64, 64],
|
||||||
"videoAnnotationSelectedBackground": [80, 80, 80],
|
"videoAnnotationSelectedBackground": [112, 112, 112],
|
||||||
"videoAnnotationSeparatorColor": [112, 112, 112],
|
"videoAnnotationSeparatorColor": [96, 96, 96],
|
||||||
|
|
||||||
"videoMarkerBackground": [255, 255, 255],
|
"videoMarkerBackground": [255, 255, 255],
|
||||||
"videoMarkerBorder": [0, 0, 0],
|
"videoMarkerBorder": [0, 0, 0],
|
||||||
|
|
Loading…
Reference in a new issue