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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css

Issue 1956583003: [Media Router WebUI] Make blue color styling darker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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 | chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
index cb1829521215b5fbc1c5dc84aa4d9f503eec0ced..99ccd760ff7f6296d492fc7a95ba20b2d13e988f 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
@@ -3,7 +3,7 @@
* found in the LICENSE file. */
.active-sink {
- color: var(--paper-blue-500);
+ color: var(--paper-blue-700);
}
.cast-mode-icon,
@@ -33,7 +33,7 @@
}
#device-missing a {
- color: rgb(25, 118, 210);
+ color: var(--paper-blue-700);
margin: 8px 0;
text-decoration: none;
}
@@ -67,7 +67,7 @@
}
#first-run-flow {
- background-color: var(--paper-blue-500);
+ background-color: var(--paper-blue-700);
box-sizing: border-box;
padding: 24px 16px 4px 16px;
position: fixed;
@@ -114,7 +114,7 @@
paper-checkbox {
--paper-checkbox-checked-color: white;
- --paper-checkbox-checkmark-color: var(--paper-blue-500);
+ --paper-checkbox-checkmark-color: var(--paper-blue-700);
--paper-checkbox-unchecked-color: white;
}
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698