Bug 841828 - Show the appropriate cursor on disabled text fields. r=bz

This commit is contained in:
Mounir Lamouri 2013-02-16 10:58:28 +00:00
parent bbdb5dc642
commit db93a9a4ed

View File

@ -368,6 +368,11 @@ select:disabled:disabled /* Need the pseudo-class twice to have the specificity
cursor: inherit;
}
input:disabled > .anonymous-div,
textarea:disabled > .anonymous-div {
cursor: default;
}
option:disabled,
optgroup:disabled {
background-color: transparent;