.textCtrl:focus,.textCtrl.Focus {
background-color:rgb(255,255,240);
border-top-color:rgb(150,150,150);
border-bottom-color:rgb(230,230,230)
}
did this just change recently? Its like some sort of watered down yellow piss colored active input text box background area now… its just a bit off putting imo.
My changes if anyone else wants to restyle it…
@namespace url(XHTML namespace);
@-moz-document domain(“forum.unity3d.com”) {
.textCtrl {
background-color:rgb(230,232,236) !important;
}
.textCtrl:focus,.textCtrl.Focus {
background-color:rgb(255,255,255) !important;
}
}
forcus, Focus?
Are we gonna gonna have forum change soon ?