Add .error style.
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
index 8879620..67536f9 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: style.mc,v 1.3 2006-09-15 16:50:18 mike Exp $ */
+/* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */
 body {
   color: black;
   background: white;
@@ -25,3 +25,6 @@ img { border: 0 }
 .searchform tr td select { background: #ffffc0 }
 
 .thleft th { text-align: left }
+
+.disabled { color: grey }
+.error { color: red; font-weight: bold }