CSS -moz-border-bottom-colors Property Reference

The CSS -moz-border-bottom-colors property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -moz-border-bottom-colors Property Reference

The CSS -moz-border-bottom-colors property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-moz-border-bottom-colors overview

The CSS -moz-border-bottom-colors property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

-moz-border-bottom-colors formal syntax
FieldValue
Formal syntax<color>+ | none
Initial valuenone
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -moz-border-bottom-colors. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-moz-border-bottom-colors live example
CSS .reset-example { -moz-border-bottom-colors: initial; } .inherit-example { -moz-border-bottom-colors: inherit; } @supports (-moz-border-bottom-colors: initial) { .supported { -moz-border-bottom-colors: initial; } }

Related references

Description

The CSS -moz-border-bottom-colors property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -moz-border-bottom-colors
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies