Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Comment Box Blackout Issue Reply To: Comment Box Blackout Issue

#193826
Paulie_D
Member
input.text_input, textarea.textarea {
border: 1px solid #ccc;
background: url("../images/input_bg.png") no-repeat scroll 0 0 transparent;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
background-color: #000000; /* remove this */
border-radius: 1px;

I like the easy ones…”Inspect Element” in Developer Tools found this quite easily.