slightly improved line above and below video
This commit is contained in:
parent
3ecfcd0f3f
commit
7d3ea51e4b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue