forked from 0x2620/oxjs
new-style find-as-you-type for video editor
This commit is contained in:
parent
d326adf2e9
commit
9f4f9dfa39
135 changed files with 9182 additions and 44 deletions
|
|
@ -483,11 +483,34 @@ Video
|
|||
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.5));
|
||||
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.5));
|
||||
}
|
||||
.OxThemeModern .OxVideoPlayer input.OxInput.OxPlaceholder {
|
||||
//opacity: 0.25;
|
||||
}
|
||||
.OxThemeModern .OxVideoPlayer .OxRange .OxThumb:active {
|
||||
background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5));
|
||||
background: -webkit-linear-gradient(top, rgba(255, 64, 64, 0.5), rgba(0, 0, 0, 0.5));
|
||||
}
|
||||
|
||||
.OxThemeModern .OxVideoPlayer .OxSelect {
|
||||
border: 0;
|
||||
margin-left: 0px;
|
||||
margin-right: -18px;
|
||||
background: transparent;
|
||||
font-size: 9px;
|
||||
}
|
||||
.OxThemeModern .OxVideoPlayer .OxSelect.OxFocus {
|
||||
-moz-box-shadow: 0 0 0;
|
||||
-webkit-box-shadow: 0 0 0;
|
||||
}
|
||||
.OxThemeModern .OxVideoPlayer .OxSelect div {
|
||||
padding: 2px 0 0 0;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.OxThemeModern .OxVideoPlayer .OxSelect input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue