Skip to content

Commit

Permalink
Spinner: Inherit font color since we inherit background color. Fixes …
Browse files Browse the repository at this point in the history
…#8950 - Spinner: value can't be seen in dark themes.
  • Loading branch information
scottgonzalez committed Jan 15, 2013
1 parent 5549dfa commit d3d1e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/base/jquery.ui.spinner.css
Expand Up @@ -18,6 +18,7 @@
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
Expand Down

0 comments on commit d3d1e31

Please sign in to comment.