Skip to content
Snippets Groups Projects
Commit a2d18233 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

css change; eclipse svn only letting me do one at a time

parent e7b5f3a4
Branches
No related tags found
No related merge requests found
...@@ -873,14 +873,14 @@ form#searchform label { ...@@ -873,14 +873,14 @@ form#searchform label {
color:#6d6d6d; color:#6d6d6d;
display:none; 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; background:url('<?php echo $vars['url']; ?>/mod/unl_theme/views/default/images/magnifyingGlass.png') no-repeat;
width:20px; width:20px;
height:20px; height:20px;
text-indent:-9999em; text-indent:-9999em;
border:none; border:none;
} }
form#searchform .search_submit_button:hover { form#searchform input.search_submit_button:hover {
cursor:pointer; cursor:pointer;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment