]> ruin.nu Git - ndwebbie.git/blobdiff - nd.css
color for defense priority
[ndwebbie.git] / nd.css
diff --git a/nd.css b/nd.css
index 869c7baa0e957c330030f16118d2ab6ff3facdd6..dde4cf75dae0a01dbad7e6e64701a34d87a25c91 100644 (file)
--- a/nd.css
+++ b/nd.css
@@ -132,3 +132,16 @@ div.clear {
        line-height: 0.0;
        font-size: 1px;
 }
+
+td.LowestPrio{
+       background: red;
+       color: black;
+}
+td.MediumPrio{
+       background: yellow;
+       color: black;
+}
+td.HighestPrio{
+       background: green;
+       color: black;
+}