--- D:/Projects/drupal/modules/custom_search/custom_search.7.x-1.4.module Tue Jun 01 10:45:16 2010 +++ D:/Projects/drupal/modules/custom_search/custom_search.7.x-1.4.new.module Sat Sep 25 01:57:42 2010 @@ -250,6 +250,7 @@ $form['actions']['submit']['#src'] = variable_get('custom_search_image_path', ''); $form['actions']['submit']['#name'] = 'op'; $form['actions']['submit']['#attributes'] = array('alt' => array(variable_get('custom_search_submit_text', CUSTOM_SEARCH_SUBMIT_TEXT_DEFAULT))); + $form['actions']['submit']['#attributes'] = array('class' => 'custom-search-button'); } elseif ($form['actions']['submit']['#value'] == '') $form['actions']['submit']['#attributes'] = array('style' => 'display:none;');