Skip to content

Commit

Permalink
add hover styles to resource lists
Browse files Browse the repository at this point in the history
remove alert
  • Loading branch information
davepack committed Dec 13, 2012
1 parent 5033e7e commit 113375b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/custom.css
Expand Up @@ -138,4 +138,9 @@ footer .form-search{

#doc-save {
margin-left: 25px;
}

#resourceList .apt-row:hover {
background-color: #C8E5FF;
cursor: pointer;
}
2 changes: 1 addition & 1 deletion js/application.js
Expand Up @@ -47,7 +47,7 @@ $(function(){

$('body').on('click', '.input-append button', function() {
var query = $(this).siblings('input').val()
alert(query);
// alert(query);
loadDocSearch(query);
});

Expand Down

0 comments on commit 113375b

Please sign in to comment.