Skip to content

Commit

Permalink
Add support for -moz-window-opacity to stylo
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper committed Oct 30, 2017
1 parent f4cf5dc commit c717205
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/style/properties/longhand/ui.mako.rs
Expand Up @@ -40,6 +40,12 @@ ${helpers.single_keyword("-moz-window-shadow", "none default menu tooltip sheet"
internal=True,
spec="None (Nonstandard internal property)")}

${helpers.predefined_type("-moz-window-opacity", "Opacity", "1.0", products="gecko",
gecko_ffi_name="mWindowOpacity",
animation_value_type="ComputedValue",
internal=True,
spec="None (Nonstandard internal property)")}

<%helpers:longhand name="-moz-force-broken-image-icon"
products="gecko"
animation_value_type="discrete"
Expand Down

0 comments on commit c717205

Please sign in to comment.