Skip to content

Commit

Permalink
(less) fixes twbs#13093: reset the background color and remove backgr…
Browse files Browse the repository at this point in the history
…ound image on disabled theme buttons
  • Loading branch information
mdo committed Jun 19, 2014
1 parent c29285a commit b056b79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
background-color: darken(@btn-color, 12%);
border-color: darken(@btn-color, 14%);
}

&:disabled,
&[disabled] {
background-color: darken(@btn-color, 12%);
background-image: none;
}
}

// Common styles
Expand Down

0 comments on commit b056b79

Please sign in to comment.