Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: ui/file_manager/video_player/css/media_controls.css

Issue 1415213003: VideoPlayer: Show fullscreen-exit button when the player window is fullscreened. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/file_manager/video_player/images/media/2x/media_fullscreen_exit.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/css/media_controls.css
diff --git a/ui/file_manager/video_player/css/media_controls.css b/ui/file_manager/video_player/css/media_controls.css
index 889f16ec24655dd6dd7e465d609c8ce131de8ac3..08fee526b47b94cfda5e28c5613832a1d0daa3a1 100644
--- a/ui/file_manager/video_player/css/media_controls.css
+++ b/ui/file_manager/video_player/css/media_controls.css
@@ -164,6 +164,12 @@ paper-slider.volume {
url(../images/media/2x/media_fullscreen.png) 2x);
}
+#video-player[fullscreen] .media-button.fullscreen {
+ background-image: -webkit-image-set(
+ url(../images/media/media_fullscreen_exit.png) 1x,
+ url(../images/media/2x/media_fullscreen_exit.png) 2x);
+}
+
.playback-state-icon {
-webkit-animation: none;
background-position: center center;
« no previous file with comments | « no previous file | ui/file_manager/video_player/images/media/2x/media_fullscreen_exit.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698