Cursor adjustment for regions in the 'no found' view

Sets the cursor type to pointer so that the regions at the bottom
of the 'no found' view act as links (hand cursor is ahown on hover).
This commit is contained in:
pginer
2012-11-20 10:03:03 +01:00
parent 4f37bd2f1e
commit 2ac75f61c5

View File

@@ -85,4 +85,8 @@
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.uls-no-found-more a {
cursor: pointer;
}