DescriptionRemove background color from overlay cast button
The overlay cast button had a semi-transparent CSS background color.
Unfortunately the button image is treated in Blink as a background
image, so this modified the image, rather than simply providing
a background for it. As a result the cast button came out as grey
on grey on pale backgrounds.
Fix this by making the CSS background color transparent, and
modifying the icon image itself to make its background semi-transparent.
Note that the icon image is within Chromium, so that change will be
a seperate CL.
BUG=424180
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184092
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix Peter's nit on CSS, and add rendering layout tests. #
Total comments: 8
Patch Set 3 : Fix as suggested by Peter's comments. #
Messages
Total messages: 18 (5 generated)
|