forked from 0x2620/oxjs
fix issues with automatically opening annotation folders; add annotations option to video player to make find work for all layers
This commit is contained in:
parent
61402492c6
commit
94cfbdb45c
7 changed files with 108 additions and 30 deletions
|
|
@ -794,21 +794,21 @@ Video
|
|||
.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected .OxHighlight {
|
||||
background-color: transparent;
|
||||
background-image: -moz-repeating-linear-gradient(
|
||||
-45deg, rgb(192, 192, 255) 0, rgb(192, 192, 255) 25%,
|
||||
-45deg, transparent 0%, transparent 25%,
|
||||
rgb(255, 255, 0) 25%, rgb(255, 255, 0) 50%,
|
||||
rgb(192, 192, 255) 50%, rgb(192, 192, 255) 75%,
|
||||
transparent 50%, transparent 75%,
|
||||
rgb(255, 255, 0) 75%, rgb(255, 255, 0) 100%
|
||||
);
|
||||
background-image: -o-repeating-linear-gradient(
|
||||
-45deg, rgb(192, 192, 255) 0, rgb(192, 192, 255) 25%,
|
||||
-45deg, transparent 0%, transparent 25%,
|
||||
rgb(255, 255, 0) 25%, rgb(255, 255, 0) 50%,
|
||||
rgb(192, 192, 255) 50%, rgb(192, 192, 255) 75%,
|
||||
transparent 50%, transparent 75%,
|
||||
rgb(255, 255, 0) 75%, rgb(255, 255, 0) 100%
|
||||
);
|
||||
background-image: -webkit-repeating-linear-gradient(
|
||||
-45deg, rgb(192, 192, 255) 0, rgb(192, 192, 255) 25%,
|
||||
-45deg, transparent 0%, transparent 25%,
|
||||
rgb(255, 255, 0) 25%, rgb(255, 255, 0) 50%,
|
||||
rgb(192, 192, 255) 50%, rgb(192, 192, 255) 75%,
|
||||
transparent 50%, transparent 75%,
|
||||
rgb(255, 255, 0) 75%, rgb(255, 255, 0) 100%
|
||||
);
|
||||
background-size: 4px 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue