forked from 0x2620/oxjs
update css (collapse panel extras, video editor bars, video find element)
This commit is contained in:
parent
fea1eed168
commit
b056a22172
3 changed files with 80 additions and 63 deletions
|
|
@ -1630,9 +1630,15 @@ Panels
|
|||
height: 16px;
|
||||
padding: 1px 1px 0 0;
|
||||
border-width: 0;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
border-radius: 0;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxFocus {
|
||||
-moz-box-shadow: 0 0 0;
|
||||
-o-box-shadow: 0 0 0;
|
||||
-webkit-box-shadow: 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
.OxCollapsePanel > .OxContent {
|
||||
position: relative;
|
||||
|
|
@ -2046,11 +2052,24 @@ Video
|
|||
}
|
||||
.OxVideoPlayer input.OxInput {
|
||||
height: 16px;
|
||||
padding: 0 3px 0 3px;
|
||||
//padding: 0 4px 0 4px;
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.OxVideoPlayer .OxPositionInput > input.OxInput {
|
||||
padding: 0 3px 0 3px;
|
||||
}
|
||||
|
||||
.OxVideoPlayer .OxSelect {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.OxVideoPlayer .OxSelect > .OxButton {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.OxVideoPlayer .OxCopyrightIcon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue