fix video inputs
This commit is contained in:
parent
e4d9347c5d
commit
dd2c26ce2c
1 changed files with 2 additions and 1 deletions
|
@ -2557,7 +2557,8 @@ Video
|
||||||
|
|
||||||
|
|
||||||
.OxVideoPlayer .OxInput {
|
.OxVideoPlayer .OxInput {
|
||||||
background: transparent;
|
background-color: transparent;
|
||||||
|
background-image: none;
|
||||||
-moz-box-shadow: 0 0 0;
|
-moz-box-shadow: 0 0 0;
|
||||||
-o-box-shadow: 0 0 0;
|
-o-box-shadow: 0 0 0;
|
||||||
-webkit-box-shadow: 0 0 0;
|
-webkit-box-shadow: 0 0 0;
|
||||||
|
|
Loading…
Reference in a new issue