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

@ -290,6 +290,9 @@ Forms
//background: -moz-linear-gradient(left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
}
.OxThemeClassic div.OxInput.OxTextarea {
background: transparent;
}
.OxThemeModern .OxButton:active {
background: rgb(80, 80, 80);
color: rgb(208, 208, 208);