Title: [183829] trunk/Source/WebCore
- Revision
- 183829
- Author
- [email protected]
- Date
- 2015-05-05 14:29:20 -0700 (Tue, 05 May 2015)
Log Message
Use system blue for Airplay Glyph
https://bugs.webkit.org/show_bug.cgi?id=144614
There was a typo in the last commit.
* Modules/mediacontrols/mediaControlsiOS.css:
(audio::-webkit-media-controls-optimized-fullscreen-button): Transition duration should be 250ms.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (183828 => 183829)
--- trunk/Source/WebCore/ChangeLog 2015-05-05 21:19:25 UTC (rev 183828)
+++ trunk/Source/WebCore/ChangeLog 2015-05-05 21:29:20 UTC (rev 183829)
@@ -1,3 +1,13 @@
+2015-05-05 Dean Jackson <[email protected]>
+
+ Use system blue for Airplay Glyph
+ https://bugs.webkit.org/show_bug.cgi?id=144614
+
+ There was a typo in the last commit.
+
+ * Modules/mediacontrols/mediaControlsiOS.css:
+ (audio::-webkit-media-controls-optimized-fullscreen-button): Transition duration should be 250ms.
+
2015-05-04 Dean Jackson <[email protected]>
[iOS] Use system blue for Airplay Glyph
Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css (183828 => 183829)
--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css 2015-05-05 21:19:25 UTC (rev 183828)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css 2015-05-05 21:29:20 UTC (rev 183829)
@@ -235,7 +235,7 @@
-webkit-mask-repeat: no-repeat;
-webkit-mask-origin: border-box;
background-color: black;
- transition: background-color 700ms;
+ transition: background-color 250ms;
}
video::-webkit-media-controls-play-button:active,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes