2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

set cursor to not-allowed for disabled elements

This commit is contained in:
liuyl
2013-07-24 17:10:27 +08:00
parent 930c75e5dd
commit 7e9532dabe
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
background-color: transparent;
background-image: none; // Remove CSS gradient
.reset-filter();
cursor: default;
cursor: not-allowed;
}
}
+1 -1
View File
@@ -36,7 +36,7 @@
color: @gray-light;
text-decoration: none;
background-color: transparent;
cursor: default;
cursor: not-allowed;
}
}
+1 -1
View File
@@ -48,7 +48,7 @@
> span {
color: @gray-light;
background-color: @pagination-bg;
cursor: default;
cursor: not-allowed;
}
}
+1 -1
View File
@@ -53,7 +53,7 @@
> a:focus {
color: @gray-light;
background-color: @pagination-bg;
cursor: default;
cursor: not-allowed;
}
}
}