This shows you the differences between two versions of the page.
| — |
glfusion:template_changes:v119:style-colorcss [2010/04/04 21:28] (current) Mark created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== glFusion v1.1.9 style-color.css Changes ====== | ||
| + | |||
| + | **Added .disabledfield style to #999 color** | ||
| + | |||
| + | <code> | ||
| + | /***************************************************** BEGIN #999 ***************/ | ||
| + | h3, | ||
| + | #footer-copyright, | ||
| + | #footer-copyright a:link, | ||
| + | #footer-copyright a:visited , | ||
| + | .ng-weekend, | ||
| + | .ng-dayOff, | ||
| + | .ng-dateOff, | ||
| + | .ng-outOfRange, | ||
| + | .disabledfield { | ||
| + | color:#999; | ||
| + | } | ||
| + | </code> | ||
| + | |||