mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Spinner: Use border-style: none instead of border: none
This makes it possible to restore the border. This is useful for controlgroup labels and other custom styling.
This commit is contained in:
parent
739e71911e
commit
d355a7a6db
@ -40,9 +40,9 @@
|
||||
}
|
||||
/* more specificity required here to override default borders */
|
||||
.ui-spinner a.ui-spinner-button {
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
border-right: none;
|
||||
border-top-style: none;
|
||||
border-bottom-style: none;
|
||||
border-right-style: none;
|
||||
}
|
||||
/* vertically center icon */
|
||||
.ui-spinner .ui-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user