From 6a9c05e436cb85e2f57dc6ab1644c7a4d4de111b Mon Sep 17 00:00:00 2001 From: bitsnaps Date: Sat, 3 Oct 2015 14:09:45 +0100 Subject: [PATCH] pointer cursor for navigation buttons --- dist/jquery.bootgrid.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/jquery.bootgrid.css b/dist/jquery.bootgrid.css index 13512d9..671f3a7 100644 --- a/dist/jquery.bootgrid.css +++ b/dist/jquery.bootgrid.css @@ -145,3 +145,6 @@ text-overflow: inherit !important; white-space: inherit !important; } +.bootgrid-footer a.button{ + cursor: pointer; +}