1
0
Fork 0
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:
rlx 2012-02-19 10:49:52 +00:00
commit 94cfbdb45c
7 changed files with 108 additions and 30 deletions

View file

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