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

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

Issue 397813004: Video Player: Add a message which is shown on casting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 5a5b738717632e4bfeef2b11c831d9b0f3096292..fa37d554c901a962e94ec24b1b8c964e42e8a240 100644
--- a/ui/file_manager/video_player/css/header.css
+++ b/ui/file_manager/video_player/css/header.css
@@ -75,6 +75,12 @@
url(../images/200/cast_off.png) 2x);
}
+#video-player[casting] > .header > button.cast-button {
+ background-image: -webkit-image-set(
+ url(../images/100/cast_on.png) 1x,
+ url(../images/200/cast_on.png) 2x);
+}
+
#video-player > .header > button.cast-button.hidden {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698