Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 871 Bytes

File metadata and controls

41 lines (29 loc) · 871 Bytes
title slug page-type status
:-moz-suppressed
Web/CSS/:-moz-suppressed
css-pseudo-class
non-standard

{{CSSRef}}{{Non-standard_header}}

The :-moz-suppressed CSS pseudo-class is a Mozilla extension that matches elements representing images that were suppressed because loading images from the specified site has been blocked.

Note

This selector is mainly intended to be used by theme developers.

Syntax

:-moz-suppressed {
  /* ... */
}

Examples

Styling elements that have been blocked

:-moz-suppressed {
  background: yellow;
  padding: 8px;
}

Specifications

Not part of any standard.

See also

  • {{cssxref(":-moz-broken")}}, {{cssxref(":-moz-loading")}}, {{cssxref(":-moz-user-disabled")}}