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;
|
||||
|
|
|
|||
|
|
@ -346,6 +346,10 @@ Video
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeModern .OxAnnotation {
|
||||
border-color: rgb(48, 48, 48);
|
||||
}
|
||||
|
||||
.OxThemeModern .OxVideoPlayer {
|
||||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue