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

@ -369,6 +369,11 @@ Forms
background: -webkit-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
}
.OxThemeClassic .OxFileInput > .OxBar,
.OxThemeClassic .OxFileInput > .OxFiles {
border-color: rgb(176, 176, 176);
}
.OxThemeClassic .OxArrayEditable.OxArrayEditableTextarea .OxEditableElement {
border-top-color: rgb(208, 208, 208);
}