r2981 commited - spinner: removed color: inherit due to r2980, otherwise fonts are not ...

r2981 commited - spinner: removed color: inherit due to r2980, otherwise fonts are not ...


Revision: 2981
Author: pazu2k@gmail.com
Date: Sun Jul 26 08:33:10 2009
Log: spinner: removed color: inherit due to r2980, otherwise fonts are not
viwable in dark themes, e.g. vader theme, as the font is white.
http://code.google.com/p/jquery-ui/source/detail?r=2981
Modified:
/branches/dev/spinner/themes/base/ui.spinner.css
=======================================
--- /branches/dev/spinner/themes/base/ui.spinner.css    Sun Jul 26 08:25:24
2009
+++ /branches/dev/spinner/themes/base/ui.spinner.css    Sun Jul 26 08:33:10
2009
@@ -1,7 +1,7 @@
/* Spinner
----------------------------------*/
.ui-spinner { position:relative; display: inline-block; overflow: hidden;
padding: 0; vertical-align: middle; height: 1.8em; }
-.ui-spinner-box { border: none; background: none; padding: 0; margin: .2em
0; vertical-align: middle; color: inherit; }
+.ui-spinner-box { border: none; background: none; padding: 0; margin: .2em
0; vertical-align: middle; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding:
0; margin: 0; z-index: 100; text-align: center; vertical-align: middle;
position: absolute; cursor: default; display: block; overflow: hidden; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; }
/* more specificity required here to overide default borders */
.ui-spinner-button-inner { width: 16px; height: 100%; display: block;
position: relative; margin: auto; } /* horizontal centre icon (ONLY needed
if ui-spinner-button is wider than 16px) */