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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user