allow selecting multiple annotations to get in/out range
This commit is contained in:
parent
168cdd691c
commit
96d4dfe71d
3 changed files with 65 additions and 4 deletions
|
|
@ -1398,6 +1398,9 @@ Video
|
|||
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected {
|
||||
background-color: $videoAnnotationEditableSelectedBackground;
|
||||
}
|
||||
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected.OxMultiple {
|
||||
background-color: $videoAnnotationSelectedBackground;
|
||||
}
|
||||
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected .OxHighlight {
|
||||
background-color: transparent;
|
||||
background-image: -moz-repeating-linear-gradient(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue