forked from 0x2620/oxjs
some css for text annotations
This commit is contained in:
parent
873951163c
commit
2c9d6c7e91
3 changed files with 39 additions and 1 deletions
|
|
@ -1284,6 +1284,15 @@ Video
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.OxAnnotation {
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
padding: 4px;
|
||||
}
|
||||
.OxAnnotation:last-child {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.OxVideoEditor {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue