Commit 43d21b97 authored by Mark Otto's avatar Mark Otto

fixes #13093: reset the background color and remove background image on disabled theme buttons

parent 11cf54f9
...@@ -48,6 +48,12 @@ ...@@ -48,6 +48,12 @@
background-color: darken(@btn-color, 12%); background-color: darken(@btn-color, 12%);
border-color: darken(@btn-color, 14%); border-color: darken(@btn-color, 14%);
} }
&:disabled,
&[disabled] {
background-color: darken(@btn-color, 12%);
background-image: none;
}
} }
// Common styles // Common styles
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment