aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.spinner.css
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-01-15 09:25:00 -0500
committerScott González <scott.gonzalez@gmail.com>2013-01-15 09:25:00 -0500
commitd3d1e31e9fb8b264818bb711c35bdcb973687179 (patch)
tree223d5d112728e8aac4a5f21bd5ad0ae2f10cf463 /themes/base/jquery.ui.spinner.css
parent5549dfabba3bb876759531b09433ee0b9b0ad300 (diff)
downloadjquery-ui-d3d1e31e9fb8b264818bb711c35bdcb973687179.tar.gz
jquery-ui-d3d1e31e9fb8b264818bb711c35bdcb973687179.zip
Spinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner: value can't be seen in dark themes.
Diffstat (limited to 'themes/base/jquery.ui.spinner.css')
-rw-r--r--themes/base/jquery.ui.spinner.css1
1 files changed, 1 insertions, 0 deletions
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;