From dac420e02177dd72565a6fbfcf0ebcaeb8ab3627 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 17 Apr 2012 11:59:40 +0000 Subject: [PATCH] add CSS for timeline player --- source/Ox.UI/css/Ox.UI.css | 56 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) 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;