From 2ac75f61c5f66a1975b9772490bb4ed435cfda36 Mon Sep 17 00:00:00 2001 From: pginer Date: Tue, 20 Nov 2012 10:03:03 +0100 Subject: [PATCH] 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). --- css/jquery.uls.lcd.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/jquery.uls.lcd.css b/css/jquery.uls.lcd.css index d217d90..e84b554 100644 --- a/css/jquery.uls.lcd.css +++ b/css/jquery.uls.lcd.css @@ -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; } \ No newline at end of file