Disable background hover on disabled buttons.

This commit is contained in:
Gunther Brunner
2015-08-25 16:48:48 +09:00
parent 5613a8b72b
commit f179f80238

View File

@@ -943,6 +943,12 @@ fieldset[disabled] .btn {
color: #a6a6a6;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
background: transparent;
}
.checkbox, .radio {
padding-left: 20px;
}