Don't show a hand cursor when hovering over a disabled button. props sabreuse, fixes #22371.

git-svn-id: https://develop.svn.wordpress.org/trunk@22405 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-06 22:30:41 +00:00
parent 866259c3d6
commit 9f4d6a2ebe
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,7 @@ input[type="submit"]::-moz-focus-inner {
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: 0 1px 0 #fff !important;
cursor: default;
}
/* ----------------------------------------------------------------------------
@ -244,6 +245,7 @@ input[type="submit"]::-moz-focus-inner {
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
cursor: default;
}
/* ----------------------------------------------------------------------------