forked from 0x2620/oxjs
fix positioning of timecodes in video editor players
This commit is contained in:
parent
fe0f976232
commit
0a049f0b2c
2 changed files with 8 additions and 1 deletions
|
|
@ -1500,10 +1500,13 @@ Video
|
|||
.OxVideoPlayer > .OxBar .OxButton,
|
||||
.OxVideoPlayer > .OxBar .OxInput,
|
||||
.OxVideoPlayer > .OxBar .OxLabel {
|
||||
//padding: 0;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
.OxVideoPlayer > .OxBar .OxInput,
|
||||
.OxVideoPlayer > .OxBar .OxLabel {
|
||||
padding: 0;
|
||||
}
|
||||
.OxVideoPlayer > .OxBar .OxLabel {
|
||||
//width: 22px;
|
||||
//background: rgb(32, 32, 32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue