Modified: trunk/Source/WebCore/ChangeLog (183210 => 183211)
--- trunk/Source/WebCore/ChangeLog 2015-04-23 21:31:01 UTC (rev 183210)
+++ trunk/Source/WebCore/ChangeLog 2015-04-23 21:33:23 UTC (rev 183211)
@@ -1,5 +1,12 @@
2015-04-23 Roger Fong <[email protected]>
+ Unreviewed. Missed a button in r182900.
+
+ * Modules/mediacontrols/mediaControlsApple.css:
+ (audio::-webkit-media-controls-wireless-playback-picker-button:active):
+
+2015-04-23 Roger Fong <[email protected]>
+
Unreviewed. Just shift some CSS around for code cleanup purposes.
* Modules/mediacontrols/mediaControlsApple.css:
Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (183210 => 183211)
--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css 2015-04-23 21:31:01 UTC (rev 183210)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css 2015-04-23 21:33:23 UTC (rev 183211)
@@ -913,6 +913,11 @@
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 15" stroke="white" stroke-width="1.25" fill="none"><path d="M 7.5,0.5 L 7.5,6 L 13,6"/><path d="M 0,8 L 5.5,8 L 5.5,13.5"/><path stroke-linecap="round" d="M 7.5,6 L 12.5,1"/><path stroke-linecap="round" d="M 5.5,8 L 0.5,13"/></svg>');
}
+video::-webkit-media-controls-wireless-playback-picker-button:active,
+audio::-webkit-media-controls-wireless-playback-picker-button:active {
+ background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15" stroke="white"><defs> <clipPath fill-rule="evenodd" id="cut-hole"><path d="M 0,0.5 L 16,0.5 L 16,15.5 L 0,15.5 z M 0,14.5 L 16,14.5 L 8,5 z"/></clipPath></defs><rect fill="none" clip-path="url(#cut-hole)" x="0.5" y="2" width="15" height="8"/><path stroke="none" fill="white" d="M 3.5,13.25 L 12.5,13.25 L 8,8 z"/></svg>');
+}
+
/* ==================== AIRPLAY PLACARD ==================== */
video::-webkit-media-controls-wireless-playback-status,