mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 06:45:24 +02:00
Disable background hover on disabled buttons.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user