forked from 0x2620/oxjs
never theme video subtitle highlights
This commit is contained in:
parent
c869231d34
commit
cb6f275217
2 changed files with 8 additions and 1 deletions
|
|
@ -1089,6 +1089,13 @@ Video
|
|||
border-color: $bodyColor;
|
||||
}
|
||||
|
||||
.$themeClass .OxLargeVideoTimeline .OxSubtitle .OxHighlight,
|
||||
.$themeClass .OxVideoPlayer .OxSubtitle .OxHighlight {
|
||||
background-image: none;
|
||||
color: rgb(255, 255, 0);
|
||||
}
|
||||
|
||||
|
||||
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxSeparator {
|
||||
color: $videoAnnotationSeparatorColor;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue