never theme video subtitle highlights

This commit is contained in:
rolux 2013-03-05 15:12:35 +00:00
parent c869231d34
commit cb6f275217
2 changed files with 8 additions and 1 deletions

View file

@ -2270,7 +2270,7 @@ Video
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.OxLargeVideoTimeline .OxSubtitle.OxHighlight {
border-color: rgba(255, 255, 0, 1);
border-color: rgb(255, 255, 0);
}
.OxTimelineSmall {
position: absolute;

View file

@ -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;
}