Index: chrome_linux64/resources/inspector/spectrum.css |
=================================================================== |
--- chrome_linux64/resources/inspector/spectrum.css (revision 273864) |
+++ chrome_linux64/resources/inspector/spectrum.css (working copy) |
@@ -75,15 +75,15 @@ |
} |
.spectrum-sat { |
- background-image: -webkit-linear-gradient(left, white, rgba(204, 154, 129, 0)); |
+ background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0)); |
} |
.spectrum-val { |
- background-image: -webkit-linear-gradient(bottom, black, rgba(204, 154, 129, 0)); |
+ background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0)); |
} |
.spectrum-hue { |
- background: -webkit-linear-gradient(bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); |
+ background: linear-gradient(to top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); |
} |
.spectrum-dragger { |