Quote:
Originally Posted by m1thr0s
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 #26252C 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! 
|
i dont have any .textbox, textarea, select { CSS
and the only code thats is called background is in #ajax_post_errors
and .editor_controls .popupmenu .popupbody