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

Unified Diff: ui/file_manager/video_player/video_player.html

Issue 2477693004: Change color of ripple effects and tab focus of toolbar buttons in Files (Closed)
Patch Set: Fix ripple color of video player. Created 4 years, 1 month 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 | « ui/file_manager/gallery/css/gallery.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/video_player.html
diff --git a/ui/file_manager/video_player/video_player.html b/ui/file_manager/video_player/video_player.html
index c9dff59dc80c4f79cebf1c6978a9b0bf7f3e49f0..dcb95d3147ff0ba635f079bbeb16a1c5e383c2fc 100644
--- a/ui/file_manager/video_player/video_player.html
+++ b/ui/file_manager/video_player/video_player.html
@@ -23,6 +23,17 @@
--paper-slider-knob-color: rgb(64, 138, 241);
--paper-slider-active-color: rgb(66, 133, 244);
}
+ files-icon-button {
oka 2016/11/07 10:24:32 nit: move this above paper-slider to sort lexicogr
yamaguchi 2016/11/07 11:08:32 Done.
+ --files-ripple: {
+ background-color: black;
+ };
+ --files-toggle-ripple: {
+ background-color: black;
+ };
+ --files-toggle-ripple-activated: {
+ background-color: black;
+ };
+ }
</style>
<script src="js/video_player_scripts.js"></script>
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698