Skip to content

Commit d3d1e31

Browse files
committed
Spinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner: value can't be seen in dark themes.
1 parent 5549dfa commit d3d1e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/base/jquery.ui.spinner.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
.ui-spinner-input {
1919
border: none;
2020
background: none;
21+
color: inherit;
2122
padding: 0;
2223
margin: .2em 0;
2324
vertical-align: middle;

0 commit comments

Comments
 (0)