well,
your site still show

there is no brown graphic file around.
did you notice that there are 2 different-search-button images? one a PNG and one a GIF?
Both are still blue...
you are using the royal-blue-theme and there the search-button-rblue.png is still defined
did you really edit the css?
did you save the editing?
Did you edit it locally and forgot to upload it?
It is not a good idea to edit one of the "standard"-css-files which come with the theme as any upload will overwrite them!(Mantra, Mantra, Mantra......)
so what can you do?
set your definitions in the custom CSS area:
- Code: Select all
.searchform input[type="submit"].searchsubmit {
background: url(images/search-button-brown.png) no-repeat 0 0;
}
* html #right-header-widgets .searchsubmit, * html #left-header-widgets .searchsubmit, * html #top-bar-right-widgets .searchsubmit, * html #top-bar-left-widgets .searchsubmit,
* html #sidebar .searchsubmit, * html #sidebar-2 .searchsubmit, * html #horizontal-outer-widgets-1 .searchsubmit, * html #horizontal-outer-widgets-2 .searchsubmit {
background: url(images/search-button-brown.gif) no-repeat 0 0;
}