Quote:
I think this is the highest in priority, I can confirm this.
Members are complaining they cannot login, obviously because they cannot see what they are typing.
|
not intending to be critical of anyone at all, but you folks really need to use firefox and download the firebug plugin for it asap...it will tell you exactly where these styles are located and even allow you to temporarily edit them right in your browser before finalizing those changes in the actual stylesheet...
In this case you'll find these *white textbox* issues are all solveable by going to the default darkvision styles folder (00014L) and editing the stylesheet called main_rollup.css. Look for the code that reads:
Code:
}
.textbox, textarea, select {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#FFFFFF;
border:1px solid #6B91AB;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:4px 5px;
}
change the color #FFFFFF to the usual default color #25292C and save/upload your changes. The same thing applies to other textbox color issues in this style...
or wait for the second coming if you prefer...but if you are losing your people over this, it's not that hard to fix. I am NOT a coding genius...not even close...but even I can sort this one out...so can you!