X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=html%2Fbugs.css;h=59e257a88d536a00732de7d155ec8a4927f0e062;hb=HEAD;hp=7bddb101ded04d265c34427a374ebf0f96c4d53a;hpb=757b392b853d7bc16592b9431d5275ca943684e4;p=debbugs.git diff --git a/html/bugs.css b/html/bugs.css index 7bddb10..59e257a 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -148,6 +148,11 @@ pre.mime { color: #797979; } +/* Show info messages when uselessmessages is checked */ +#uselessmessages:checked ~ .infmessage { + display: block; +} + /* This must be separate from the other CSS to make the showing of unimportant messages work in bugreport.cgi. */ .infmessage { display: none; }