1
0
Fork 0
forked from 0x2620/oxjs

fix textarea background CSS (since they may have labels) - still doesn't fix their active state

This commit is contained in:
rolux 2012-06-27 19:04:34 +02:00
commit c4d65facc5
3 changed files with 8 additions and 1 deletions

View file

@ -288,6 +288,9 @@ Forms
background: -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
}
.OxThemeClassic div.OxInput.OxTextarea {
background: transparent;
}
.OxThemeClassic .OxButton:active {
//background: rgb(160, 160, 160);
background: rgb(192, 192, 192);