aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-24 16:53:34 -0700
committerMark Otto <[email protected]>2013-07-24 16:53:34 -0700
commit1f40da9676d0e29329fcf0925409a70acd02daaf (patch)
tree9e2026d88d888e45276806161eda13b608e0c7a0 /less
parent51de38e5b9f1df43e56166cea979b18108e98350 (diff)
parenta36f444c2567032b200ca36bee006c6e05a0b2c8 (diff)
downloadbootstrap-1f40da9676d0e29329fcf0925409a70acd02daaf.tar.xz
bootstrap-1f40da9676d0e29329fcf0925409a70acd02daaf.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'less')
-rw-r--r--less/dropdowns.less2
-rw-r--r--less/navs.less2
-rw-r--r--less/pager.less2
-rw-r--r--less/pagination.less2
4 files changed, 4 insertions, 4 deletions
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 1766f502c..21968dd77 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;
}
}
}