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

fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radios

This commit is contained in:
Chris Rebert
2013-08-14 18:20:28 -07:00
parent a9d6b7ee0b
commit e684758b55
4 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
cursor: default;
cursor: not-allowed;
pointer-events: none; // Future-proof disabling of clicks
.opacity(.65);
.box-shadow(none);