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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment