Make the following change to style.css:

/*
 * Search block
 */
#search-block-form { width:200px; -moz-border-radius: 8px; border-radius: 8px; background-color: #101011; border-color: #292D30;
border-style: none solid solid; border-width: 0 1px 1px; padding:0 5px; }

#search-block-form .form-text { background: transparent; border:none; color: #6A87A3; font-size: 11px; width:170px; outline:none; height:25px; line-height:25px; }

#search-block-form label { display: none; }

#search-block-form .form-submit { background: url("images/search.png") no-repeat scroll center center transparent; border: 0 none; width: 25px; text-indent:-9999px; cursor:pointer; height:25px; line-height:25px; }

Comments

gtsopour’s picture

I am working on this issue.
Will fillow a comprehensive patch file with all appropriate changes.

Netbuddy’s picture

Tried this css in the latest dev version (March 12). Search box disappears.

gtsopour’s picture

I just followed your steps and i had no problems. Please you should not forget to clear from your style.css all previous references to #search-block-form.
If search box disappears again, please wait to take all changes together with Bluemaster 7.2 version soon.

gtsopour’s picture

Status: Active » Fixed

Done and commited

skounis’s picture

Status: Fixed » Closed (fixed)