Skip to content

Commit

Permalink
Merge pull request #62 from notwaldorf/master
Browse files Browse the repository at this point in the history
Fix the cursor to actually be a 👆
  • Loading branch information
Jessica Lord committed Oct 9, 2014
2 parents 2171022 + 334205d commit 5633bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<style>
#Pagination {border-top: 4px solid #CCF4FF; margin: 10px 0px; padding-top: 10px; display: inline-block;}
#Pagination a {cursor: hand;}
#Pagination a {cursor: pointer;}
.no-pag {color: #acacac; border: none;}
.no-pag:hover {color: #acacac;}
input {border: none; border-bottom: 1px solid #333;margin: 10px 0px; width: 200px; font-size: 16px; padding-bottom: 6px;}
Expand Down

0 comments on commit 5633bd7

Please sign in to comment.