Just testing out this theme. I'm noticing that the search icon doesn't appear where it should, only the grey box appears and has a mouse over working ok. I looked at the CSS but didn't spot an error.

No search icon

The theme is working well otherwise and is quite nice!

CommentFileSizeAuthor
no-search-icon.png657 bytesmlecha
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ressa’s picture

If you remove these lines from the style.css file, the icon shows up in Internet Explorer 9:

/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
mlecha’s picture

Yes, that fixed it. Thanks Reesa.

devsaran’s picture

Version: 7.x-1.3 » 7.x-1.5
Status: Active » Closed (fixed)

Patch committed and Fixed.

ortho85’s picture

Thank you for this, ressa.
I had the same problem with Professional Theme - this solves that, too.