From 7d3ea51e4b41e584fc44a44d1b02f937b8a98b9b Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 17 Apr 2012 13:52:45 +0000 Subject: [PATCH] slightly improved line above and below video --- source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js index c2999f6f..8eb1a378 100644 --- a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js @@ -250,8 +250,8 @@ Ox.VideoTimelinePlayer = function(options, self) { top: self.margin / 2 - 1 + 'px', width: self.videoWidth + 'px', height: self.tileHeight + 'px', - borderTop: '1px solid rgba(255, 255, 255, 0.5)', - borderBottom: '1px solid rgba(255, 255, 255, 0.5)', + borderTop: '1px solid rgb(128, 128, 128)', + borderBottom: '1px solid rgb(128, 128, 128)', background: 'rgb(0, 0, 0)' }) .appendTo(self.$timelines[self.videoLines[1]][0]); @@ -284,8 +284,8 @@ Ox.VideoTimelinePlayer = function(options, self) { top: self.margin / 2 - 1 + 'px', width: self.videoWidth + 'px', height: self.tileHeight + 'px', - borderTop: '1px solid rgba(255, 255, 255, 0.5)', - borderBottom: '1px solid rgba(255, 255, 255, 0.5)', + borderTop: '1px solid rgb(128, 128, 128)', + borderBottom: '1px solid rgb(128, 128, 128)', background: 'rgb(0, 0, 0)', zIndex: 5 })