]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/bugs.css
Allow clicking anywhere outside the extra status box to close the
[debbugs.git] / html / bugs.css
index 2a320f4b406620af184fe3a7ae2e8677e37a76ef..b61e5b140fdb96fb113fb2975ed559aeee4616af 100644 (file)
@@ -252,6 +252,19 @@ li {
   display: inline;
   }
 
+#status_mask {
+    -moz-opacity: 0;
+    opacity: 0;
+    filter: alpha(opacity=0);
+    z-index: 1;
+    position: absolute;
+    width: 100%;
+    height: 100%;
+    top: 0px;
+    left: 0px;
+    display: none;
+}
+
 .bugs li {
     margin-top: 5px;
 }