X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=nd.css;h=dde4cf75dae0a01dbad7e6e64701a34d87a25c91;hb=e9725f0f2d11e349e3f3db752b46929a80a03c1d;hp=869c7baa0e957c330030f16118d2ab6ff3facdd6;hpb=8bd21c625add06fed135d3ce99208c7a94b44882;p=ndwebbie.git diff --git a/nd.css b/nd.css index 869c7ba..dde4cf7 100644 --- 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; +}