From: Mike Taylor Date: Mon, 18 Sep 2006 12:22:28 +0000 (+0000) Subject: Add .disabled style. X-Git-Tag: CPAN-v1.02~54^2~1060 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=6a4c24aee196c22d1f6db8cc06da9c1d51bf2a82;ds=sidebyside Add .disabled style. --- diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 8879620..b8c1fa2 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,4 +1,4 @@ -/* $Id: style.mc,v 1.3 2006-09-15 16:50:18 mike Exp $ */ +/* $Id: style.mc,v 1.4 2006-09-18 12:22:28 mike Exp $ */ body { color: black; background: white; @@ -25,3 +25,5 @@ img { border: 0 } .searchform tr td select { background: #ffffc0 } .thleft th { text-align: left } + +.disabled { color: grey }