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:
Alexander Schmitz 2015-08-17 08:36:47 -04:00
parent 739e71911e
commit d355a7a6db

View File

@ -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 {