1
0
Fork 0
forked from 0x2620/oxjs

updating ox.js

This commit is contained in:
rlx 2011-02-09 17:56:35 +00:00
commit d7fb9e3dad
6 changed files with 715 additions and 335 deletions

View file

@ -295,6 +295,10 @@ textarea {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
textarea.OxSquare {
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
/*
--------------------------------------------------------------------------------
OxButton
@ -1296,6 +1300,13 @@ Video
.OxAnnotation:last-child {
border-width: 0;
}
.OxAnnotation.OxEdit {
padding: 0;
}
.OxAnnotation textarea {
padding: 4px;
border: 0;
}
.OxVideoEditor {
overflow-x: hidden;

View file

@ -69,9 +69,10 @@ Forms
*/
.OxThemeModern .OxButton,
.OxThemeModern input.OxCheckbox,
.OxThemeModern input.OxInput,
.OxThemeModern textarea,
.OxThemeModern .OxButton,
.OxThemeModern .OxLabel,
.OxThemeModern .OxTrack {
//border: 1px solid rgb(80, 80, 80);