forked from 0x2620/oxjs
implement 'view annotations at position / in selection / all'
This commit is contained in:
parent
0c6541363d
commit
39f9e9bb4d
6 changed files with 152 additions and 80 deletions
|
|
@ -668,6 +668,13 @@ Video
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeClassic .OxAnnotation {
|
||||
border-color: rgb(208, 208, 208);
|
||||
}
|
||||
.OxThemeClassic .OxAnnotation.OxSelected {
|
||||
background: rgb(208, 208, 208);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxSmallVideoTimeline .OxMarkerPlay {
|
||||
border-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue