updating ox.js
This commit is contained in:
parent
28535be814
commit
d7fb9e3dad
6 changed files with 715 additions and 335 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue