X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=public%2Fstylesheets%2Fmonitor.css;h=b22b317adba876463db5790fb97b7a6be7047f7e;hp=20406b3a086efed7a5b3a7fb11cc345a6ad72d1c;hb=f87ac54a07e9cc63a28b8eae42fa6ab23ac626d0;hpb=25cb8d539e4f68586f2e5fa95e20f6de3c031b6f diff --git a/public/stylesheets/monitor.css b/public/stylesheets/monitor.css index 20406b3..b22b317 100644 --- a/public/stylesheets/monitor.css +++ b/public/stylesheets/monitor.css @@ -52,3 +52,8 @@ table.in-question th, table.in-question td { /*table { border: none; border-collapse: collapse; }*/ table.in-question td { border-left: 1px solid grey; } table.in-question td:first-child { border-left: none; } + +.absent { + opacity: 0.5; + background-color: lightgrey; +}