1
0
Fork 0
forked from 0x2620/oxjs

improvements to editor ui

This commit is contained in:
rolux 2011-05-20 16:11:42 +02:00
commit 007e525162
3 changed files with 187 additions and 102 deletions

View file

@ -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;
}