Skip to content

Commit 3e9e9d5

Browse files
committed
Controlgroup: Simplify CSS overrides for spinner
Closes gh-1633
1 parent 65f4176 commit 3e9e9d5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

themes/base/controlgroup.css

+2-7
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,11 @@
5353
}
5454

5555
/* Spinner specific style fixes */
56-
.ui-controlgroup-vertical .ui-spinner {
57-
padding-right: .4em;
58-
}
5956
.ui-controlgroup-vertical .ui-spinner-input {
60-
margin: .4em;
61-
padding: 0;
6257

6358
/* Support: IE8 only, Android < 4.4 only */
64-
width: 85%;
65-
width: calc( 100% - 22px );
59+
width: 75%;
60+
width: calc( 100% - 2.4em );
6661
}
6762
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
6863
border-top-style: solid;

0 commit comments

Comments
 (0)