fix modern theme highlight gradient
This commit is contained in:
parent
45c3ee5658
commit
fba21bab64
2 changed files with 1 additions and 2 deletions
|
@ -1048,7 +1048,6 @@ Video
|
||||||
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected {
|
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected {
|
||||||
background-color: $videoAnnotationEditableSelectedBackground;
|
background-color: $videoAnnotationEditableSelectedBackground;
|
||||||
}
|
}
|
||||||
/* FIXME: classic only */
|
|
||||||
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected .OxHighlight {
|
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected .OxHighlight {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: -moz-repeating-linear-gradient(
|
background-image: -moz-repeating-linear-gradient(
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"bodyColor": [240, 240, 240],
|
"bodyColor": [240, 240, 240],
|
||||||
"bodyBrightColor": [255, 255, 255],
|
"bodyBrightColor": [255, 255, 255],
|
||||||
"bodyHighlightColor": [255, 255, 0],
|
"bodyHighlightColor": [255, 255, 0],
|
||||||
"bodyHighlightGradient": [[16, 16, 16], [16, 16, 16]],
|
"bodyHighlightGradient": [[0, 0, 0, 0], [0, 0, 0, 0]],
|
||||||
"bodyLightColor": [128, 128, 128],
|
"bodyLightColor": [128, 128, 128],
|
||||||
"bodyFocusSelectedLightColor": [128, 128, 128],
|
"bodyFocusSelectedLightColor": [128, 128, 128],
|
||||||
"bodySelectedLightColor": [128, 128, 128],
|
"bodySelectedLightColor": [128, 128, 128],
|
||||||
|
|
Loading…
Reference in a new issue