1
0
Fork 0
forked from 0x2620/oxjs

fix textarea css

This commit is contained in:
rlx 2011-10-26 08:59:30 +00:00
commit fb2ae1dee2
3 changed files with 4 additions and 5 deletions

View file

@ -257,6 +257,7 @@ Forms
.OxThemeModern input.OxCheckbox,
.OxThemeModern input.OxInput,
.OxThemeModern textarea,
.OxThemeModern .OxTrack {
background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
background: -o-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
@ -289,7 +290,6 @@ Forms
background: rgb(16, 16, 16);
}
.OxThemeModern .OxLabelSelect > .OxTitle {
border-color: rgb(48, 48, 48);
background: -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));