Quote:
Originally Posted by Fraggs
.blockrow textarea:focus {
/* REMOVE UPDATE */
color:#eeeeee;
background:#25292c;
background-color:#25292c;
/* REMOVE UPDATE */
}
also needs to be updated to
.blockrow textarea:focus, .blockrow textarea {
/* REMOVE UPDATE */
color:#eeeeee;
background:#25292c;
background-color:#25292c;
/* REMOVE UPDATE */
}
|
I appreciate the support. We are implementing fixes that will be effective sitewide.