[extensions-web] css: Use the default cursor for the current page in the paginator



commit d242e310ab947565b031393235273afd423ca5b5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon May 14 16:04:19 2012 -0300

    css: Use the default cursor for the current page in the paginator

 sweettooth/static/css/sweettooth.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 8e74aee..2d63ce7 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -181,6 +181,7 @@ hr.bottom_shadow {
 
 .paginator .number.current {
     border: 1px solid rgb(200, 200, 200);
+    cursor: default;
 }
 
 .paginator .number:first-child {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]