MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 345: Line 345:
   opacity: 0.6;
   opacity: 0.6;
   color: inherit; /* Keeps parent color, just dims it */
   color: inherit; /* Keeps parent color, just dims it */
}
.fslightbox-wrapper iframe[data-fslightbox-target] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
}