X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=html%2Fbugs.css;fp=html%2Fbugs.css;h=59e257a88d536a00732de7d155ec8a4927f0e062;hp=7bddb101ded04d265c34427a374ebf0f96c4d53a;hb=9e1a4a44173201c14557a3c2a1343b7b7a1b281f;hpb=e71013e25c1ca334b986e28f1caebb6b0cb69cb7 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; }