forked from 0x2620/oxjs
improvements to editor ui
This commit is contained in:
parent
d1477a057a
commit
007e525162
3 changed files with 187 additions and 102 deletions
|
|
@ -492,23 +492,23 @@ Video
|
|||
}
|
||||
|
||||
.OxThemeModern .OxVideoPlayer .OxSelect {
|
||||
border: 0;
|
||||
margin-left: 0px;
|
||||
margin-right: -18px;
|
||||
border-color: transparent;
|
||||
//margin-left: 0px;
|
||||
//margin-right: -18px;
|
||||
background: transparent;
|
||||
font-size: 9px;
|
||||
//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;
|
||||
//padding: 0 0 0 2px;
|
||||
//font-size: 9px;
|
||||
}
|
||||
|
||||
.OxThemeModern .OxVideoPlayer .OxSelect input {
|
||||
display: none;
|
||||
//display: none;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue