diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-10-12 10:36:56 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-10-14 16:46:38 -0400 |
commit | 112185ec8ddb7f0849fa40e7b1409e28153555f8 (patch) | |
tree | 1f34561b80de1578defe0f54531ba9b4c59cd390 /themes/base/jquery.ui.spinner.css | |
parent | 025266e00270d155f45550b6838ddd6f4a44470b (diff) | |
download | jquery-ui-112185ec8ddb7f0849fa40e7b1409e28153555f8.tar.gz jquery-ui-112185ec8ddb7f0849fa40e7b1409e28153555f8.zip |
Spinner: Remove ui-state- classes from spinner, along with the background:none TR override. Fixes #8654 - Spinner background-color
Diffstat (limited to 'themes/base/jquery.ui.spinner.css')
-rw-r--r-- | themes/base/jquery.ui.spinner.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.spinner.css b/themes/base/jquery.ui.spinner.css index 94b73fa05..fd2a449af 100644 --- a/themes/base/jquery.ui.spinner.css +++ b/themes/base/jquery.ui.spinner.css @@ -17,7 +17,6 @@ .ui-spinner-down { bottom: 0; } /* TR overrides */ -span.ui-spinner { background: none; } .ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position:-65px -16px; |