mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Controlgroup: Simplify CSS overrides for spinner
Closes gh-1633
This commit is contained in:
parent
65f4176249
commit
3e9e9d58ec
@ -53,16 +53,11 @@
|
||||
}
|
||||
|
||||
/* Spinner specific style fixes */
|
||||
.ui-controlgroup-vertical .ui-spinner {
|
||||
padding-right: .4em;
|
||||
}
|
||||
.ui-controlgroup-vertical .ui-spinner-input {
|
||||
margin: .4em;
|
||||
padding: 0;
|
||||
|
||||
/* Support: IE8 only, Android < 4.4 only */
|
||||
width: 85%;
|
||||
width: calc( 100% - 22px );
|
||||
width: 75%;
|
||||
width: calc( 100% - 2.4em );
|
||||
}
|
||||
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
||||
border-top-style: solid;
|
||||
|
Loading…
Reference in New Issue
Block a user