2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

default cursor for disabled links in pagination

This commit is contained in:
Mark Otto
2012-01-05 15:48:40 -08:00
parent 03d7c1a65e
commit aa5342888b
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@
.disabled a:hover {
color: @grayLight;
background-color: transparent;
cursor: default;
}
.next a {
border: 0;