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

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

Issue 381073003: Video Player: Add a cast menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comment Created 6 years, 5 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
Index: ui/file_manager/video_player/css/header.css
diff --git a/ui/file_manager/video_player/css/header.css b/ui/file_manager/video_player/css/header.css
index a0a9278bcbf2f3b1206050cd6f4d33ad74b4c39f..5a5b738717632e4bfeef2b11c831d9b0f3096292 100644
--- a/ui/file_manager/video_player/css/header.css
+++ b/ui/file_manager/video_player/css/header.css
@@ -69,6 +69,16 @@
width: 32px;
}
+#video-player > .header > button.cast-button {
+ background-image: -webkit-image-set(
+ url(../images/100/cast_off.png) 1x,
+ url(../images/200/cast_off.png) 2x);
+}
+
+#video-player > .header > button.cast-button.hidden {
+ display: none;
+}
+
#video-player > .header > button.minimize-button {
background-image: -webkit-image-set(
url(chrome://resources/images/apps/topbar_button_minimize.png) 1x,
« no previous file with comments | « ui/file_manager/video_player/css/cast_menu.css ('k') | ui/file_manager/video_player/images/100/cast_off.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698