From: Scott González Date: Tue, 15 Jan 2013 14:25:00 +0000 (-0500) Subject: Spinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner... X-Git-Tag: 1.10.0~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d3d1e31e9fb8b264818bb711c35bdcb973687179;p=jquery-ui.git Spinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner: value can't be seen in dark themes. --- diff --git a/themes/base/jquery.ui.spinner.css b/themes/base/jquery.ui.spinner.css index db3f4100c..1504fc3f7 100644 --- a/themes/base/jquery.ui.spinner.css +++ b/themes/base/jquery.ui.spinner.css @@ -18,6 +18,7 @@ .ui-spinner-input { border: none; background: none; + color: inherit; padding: 0; margin: .2em 0; vertical-align: middle;