From 7e9532dabe7ae1136c9ee07b33ee5116bcfafac1 Mon Sep 17 00:00:00 2001 From: liuyl Date: Wed, 24 Jul 2013 17:10:27 +0800 Subject: set cursor to not-allowed for disabled elements --- less/dropdowns.less | 2 +- less/navs.less | 2 +- less/pager.less | 2 +- less/pagination.less | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'less') diff --git a/less/dropdowns.less b/less/dropdowns.less index 00a84a6cb..938e682f5 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -102,7 +102,7 @@ background-color: transparent; background-image: none; // Remove CSS gradient .reset-filter(); - cursor: default; + cursor: not-allowed; } } diff --git a/less/navs.less b/less/navs.less index 9f671643a..d4d047a3f 100644 --- a/less/navs.less +++ b/less/navs.less @@ -36,7 +36,7 @@ color: @gray-light; text-decoration: none; background-color: transparent; - cursor: default; + cursor: not-allowed; } } diff --git a/less/pager.less b/less/pager.less index 007952da0..a4030c4ab 100644 --- a/less/pager.less +++ b/less/pager.less @@ -48,7 +48,7 @@ > span { color: @gray-light; background-color: @pagination-bg; - cursor: default; + cursor: not-allowed; } } diff --git a/less/pagination.less b/less/pagination.less index 45c53ebce..dcab667b4 100644 --- a/less/pagination.less +++ b/less/pagination.less @@ -53,7 +53,7 @@ > a:focus { color: @gray-light; background-color: @pagination-bg; - cursor: default; + cursor: not-allowed; } } } -- cgit v1.2.3