Chromium Code Reviews| 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] { |