add CSS for timeline player
This commit is contained in:
parent
c6bfa97c68
commit
dac420e021
1 changed files with 56 additions and 0 deletions
|
@ -2432,6 +2432,62 @@ Video
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.OxVideoPlayer .OxInput {
|
||||||
|
background: transparent;
|
||||||
|
-moz-box-shadow: 0 0 0;
|
||||||
|
-o-box-shadow: 0 0 0;
|
||||||
|
-webkit-box-shadow: 0 0 0;
|
||||||
|
}
|
||||||
|
.OxVideoPlayer div.OxInput.OxFocus {
|
||||||
|
-moz-box-shadow: 0 0 0;
|
||||||
|
-o-box-shadow: 0 0 0;
|
||||||
|
-webkit-box-shadow: 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.OxVideoTimelinePlayer .OxPosition {
|
||||||
|
float: left;
|
||||||
|
height: 12px;
|
||||||
|
padding: 2px;
|
||||||
|
font-size: 9px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.OxVideoTimelinePlayer .OxPositionInput {
|
||||||
|
float: left;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.OxVideoTimelinePlayer div.OxPositionInput {
|
||||||
|
background: transparent;
|
||||||
|
-moz-box-shadow: 0 0 0;
|
||||||
|
-o-box-shadow: 0 0 0;
|
||||||
|
-webkit-box-shadow: 0 0 0;
|
||||||
|
}
|
||||||
|
.OxVideoTimelinePlayer div.OxPositionInput.OxFocus {
|
||||||
|
-moz-box-shadow: 0 0 0;
|
||||||
|
-o-box-shadow: 0 0 0;
|
||||||
|
-webkit-box-shadow: 0 0 0;
|
||||||
|
}
|
||||||
|
.OxVideoTimelinePlayer .OxPositionInput > input.OxInput {
|
||||||
|
height: 16px;
|
||||||
|
padding: 0 3px 0 3px;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
.OxVideoTimelinePlayer .OxSelect {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
border-width: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
background: rgba(0, 0, 0, 0);
|
||||||
|
}
|
||||||
|
.OxVideoTimelinePlayer .OxSelect > .OxButton {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.OxVideoPreview {
|
.OxVideoPreview {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue