Skip to content

Commit

Permalink
Disable background hover on disabled buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunta committed Aug 25, 2015
1 parent 5613a8b commit f179f80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/web_modules/nine-bootstrap/nine-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f179f80

Please sign in to comment.