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

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

Issue 1950563003: [Media Router WebUI] Make blue color styling darker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 a90fc0dd0492ad5c016eee9bf0c2079ac0f94b5f..d9db4821c20911769a034ca67e09685737b5f1e6 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,
@@ -37,7 +37,7 @@
}
#device-missing a {
- color: rgb(25, 118, 210);
+ color: var(--paper-blue-700);
margin: 8px 0;
text-decoration: none;
}
@@ -71,7 +71,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;
@@ -118,7 +118,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