]> source.dussan.org Git - jquery-ui.git/commitdiff
Spinner: Use border-style: none instead of border: none
authorAlexander Schmitz <arschmitz@gmail.com>
Mon, 17 Aug 2015 12:36:47 +0000 (08:36 -0400)
committerAlexander Schmitz <arschmitz@gmail.com>
Thu, 8 Oct 2015 18:02:47 +0000 (14:02 -0400)
This makes it possible to restore the border. This is useful for controlgroup
labels and other custom styling.

themes/base/spinner.css

index 19a0bb7b60dec70ac246a81d6c09df9ccc06dfee..8c910958d677d33ffba80440d096bc01790c3476 100644 (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 {