From a2d182339dbcc7ffa1ad861cb5459c5adf269db2 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Mon, 26 Apr 2010 21:00:37 +0000 Subject: [PATCH] css change; eclipse svn only letting me do one at a time --- plugins/unl_theme/views/default/css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php index 5bcc63a5..07f9013c 100644 --- a/plugins/unl_theme/views/default/css.php +++ b/plugins/unl_theme/views/default/css.php @@ -873,14 +873,14 @@ form#searchform label { color:#6d6d6d; display:none; } -form#searchform .search_submit_button { +form#searchform input.search_submit_button { background:url('<?php echo $vars['url']; ?>/mod/unl_theme/views/default/images/magnifyingGlass.png') no-repeat; width:20px; height:20px; text-indent:-9999em; border:none; } -form#searchform .search_submit_button:hover { +form#searchform input.search_submit_button:hover { cursor:pointer; } -- GitLab