mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-12-07 06:14:24 +00:00
Spinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner: value can't be seen in dark themes.
This commit is contained in:
parent
5549dfabba
commit
d3d1e31e9f
1
themes/base/jquery.ui.spinner.css
vendored
1
themes/base/jquery.ui.spinner.css
vendored
@ -18,6 +18,7 @@
|
||||
.ui-spinner-input {
|
||||
border: none;
|
||||
background: none;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
margin: .2em 0;
|
||||
vertical-align: middle;
|
||||
|
Loading…
Reference in New Issue
Block a user