forked from 0x2620/oxjs
make border of video box in video timeline player themed
This commit is contained in:
parent
51881d98b9
commit
d98cf99714
3 changed files with 14 additions and 7 deletions
|
|
@ -2613,6 +2613,13 @@ Video
|
|||
.OxVideoTimelinePlayer .OxSelect > .OxButton {
|
||||
margin: 0;
|
||||
}
|
||||
.OxVideoTimelinePlayer .OxVideoBox {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1054,6 +1054,10 @@ Video
|
|||
background-image: -webkit-linear-gradient(top, $videoButtonActiveGradient);
|
||||
}
|
||||
|
||||
.$themeClass .OxVideoTimelinePlayer .OxVideoBox {
|
||||
border-color: $bodyColor;
|
||||
}
|
||||
|
||||
/* FIXME: the first three should apply for every ArrayEditable */
|
||||
.$themeClass .OxAnnotationFolder .OxArrayEditable .OxSeparator {
|
||||
color: $videoAnnotationSeparatorColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue