Hi, I've just fixed a couple of CSS gradients that are broken in Chrome (webkit) browsers.

fusion-acquia-marina-style.css line 558 was color-stop(50%, 286e9b) should be color-stop(50%, #286e9b)

fusion-acquia-marina-style.css line 625 was color-stop(50%, 4186b5) should be color-stop(50%, #4186b5)

I don't have time to create a patch at the moment, but it shouldn't take long to fix. I also don't know how many others are broken.

Thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Matt Cooper’s picture

Assigned: Unassigned » Matt Cooper

I'm working on adding this to a patch, and checking for other broken properties in the CSS now.

Matt Cooper’s picture

Status: Active » Needs review
FileSize
675 bytes

Quick patch to fix both broken color codes, I also looked over the file causing problems, not finding any other invalid color codes.

Matt