Skip to content

Commit

Permalink
fixes #13093: reset the background color and remove background image …
Browse files Browse the repository at this point in the history
…on disabled theme buttons
  • Loading branch information
mdo committed Jun 19, 2014
1 parent 11cf54f commit 43d21b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions less/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 43d21b9

Please sign in to comment.