thedarkone / firepicker

Color picker extension for firebug.
Other
47 stars 6 forks source link

FirePicker does not recognize the first color value in -moz-linear-gradient() #9

Closed ChristianSiegert closed 13 years ago

ChristianSiegert commented 13 years ago

FirePicker does not recognize the first color value in -moz-linear-gradient().

Examples:

A workaround I found: Inserting a space before the first color, e.g. -moz-linear-gradient( #AAA, #BBB) makes the color picker for the first color (#AAA) appear.

thedarkone commented 13 years ago

Fix an issue with the CSS splitting regexp. Closed by b2f548055f4dd38cc56821dd64b627dbdf1b751a