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

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

Issue 611953002: Video Player: Don't show the loop message in unexpected timing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed the fix Created 6 years, 3 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/js/media_controls.js » ('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 ba167eec138d4c7e35c214f26f9d274da858c02a..fc4602ee71fefe41bba412b2c056528348d0e48f 100644
--- a/ui/file_manager/video_player/css/media_controls.css
+++ b/ui/file_manager/video_player/css/media_controls.css
@@ -541,6 +541,7 @@
background-color: black;
border-radius: 10px;
color: white;
+ display: none;
font-size: 18px;
left: 50%;
margin-left: -250px;
@@ -557,6 +558,7 @@
.text-banner[visible] {
-webkit-animation: text-banner-blowup 3000ms;
+ display: block;
}
.playback-state-icon[state] {
« no previous file with comments | « no previous file | ui/file_manager/video_player/js/media_controls.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698