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

@ -264,6 +264,7 @@ Forms
.OxThemeClassic input.OxCheckbox,
.OxThemeClassic input.OxInput,
.OxThemeClassic textarea,
.OxThemeClassic .OxTrack {
//background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(255, 255, 255));
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
@ -299,10 +300,6 @@ Forms
background: rgb(224, 224, 224);
}
.OxThemeClassic textarea {
background: rgb(240, 240, 240);
}
.OxThemeClassic .OxLabelSelect > .OxTitle {
border-color: rgb(176, 176, 176);
background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));