The colors in the background box for the "Search" function, as well as the background for subscribing to my blog by email have mysteriously gone dark blue from green. I have not made any new changes to the CSS for over a month, and they were lovely and green last night.
The background should be green - the outline box blue. I have searched through all of the CSS changes that I have made and can only find the blue code in the border. I'm new to CSS - and frustrated by the change - as it's been fine for a month and I didn't make the change :(
I utilized the "add my CSS to Andrea's Stylesheet" option. I have tinkered with it and no matter what I do, I am unable to make the blue boxes green again.
Here is what I believe to be the pertinent coding:
}
#searchform input#searchsubmit,.form-submit input {
background:#97c000;
display:block;
margin-bottom:5px;
border:#004b8d 1px solid;
color:#fff;
cursor:text;
padding:3px 5px;
}
Please help!