1
0
Fork 0
forked from 0x2620/oxjs

add Ox.FileInput

This commit is contained in:
rolux 2012-03-23 17:55:55 +01:00
commit 1320fb68aa
6 changed files with 329 additions and 0 deletions

View file

@ -356,6 +356,11 @@ Forms
background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
}
.OxThemeModern .OxFileInput > .OxBar,
.OxThemeModern .OxFileInput > .OxFiles {
border-color: rgb(48, 48, 48);
}
.OxThemeModern .OxArrayEditable.OxArrayEditableTextarea .OxEditableElement {
border-top-color: rgb(48, 48, 48);
}