Closed (fixed)
Project:
BlueMasters
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Mar 2011 at 18:34 UTC
Updated:
21 Mar 2011 at 20:37 UTC
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
Comment #1
gtsopour commentedI am working on this issue.
Will fillow a comprehensive patch file with all appropriate changes.
Comment #2
Netbuddy commentedTried this css in the latest dev version (March 12). Search box disappears.
Comment #3
gtsopour commentedI 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.
Comment #4
gtsopour commentedDone and commited
Comment #5
skounis commentedfixed in 7.x-1.1, http://drupal.org/node/1100654