summaryrefslogtreecommitdiffstats
path: root/templates/show_search_bar.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_search_bar.inc.php')
-rw-r--r--templates/show_search_bar.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_search_bar.inc.php b/templates/show_search_bar.inc.php
index 63322f37..e186b78f 100644
--- a/templates/show_search_bar.inc.php
+++ b/templates/show_search_bar.inc.php
@@ -26,8 +26,8 @@
<input type="hidden" name="action" value="quick_search" />
<input type="hidden" name="method" value="fuzzy" />
<input type="hidden" name="object_type" value="song" />
- <input class="smallbutton" type="submit" value="<?php echo _('Search'); ?>" id="searchBtn" />
- <a href="<?php echo $web_path; ?>/search.php" class="smallbutton" id="advSearchBtn"><?php echo _('Advanced Search'); ?></a>
+ <input class="button" type="submit" value="<?php echo _('Search'); ?>" id="searchBtn" />
+ <a href="<?php echo $web_path; ?>/search.php" class="button" id="advSearchBtn"><?php echo _('Advanced Search'); ?></a>
</form>
</div>