diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index dad49733..4906aca1 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2432,6 +2432,62 @@ Video 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 { position: absolute; left: 0;