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

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

Issue 1959723002: [Media Router WebUI] Make subtext color 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/media_router_common.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 89ba3ab6b72821af2acc8c13ee58293641b8c3ef..cb1829521215b5fbc1c5dc84aa4d9f503eec0ced 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
@@ -151,7 +151,7 @@ paper-menu {
#share-screen-text {
-webkit-padding-start: var(--dialog-padding-start);
- color: var(--subtext-color);
+ color: var(--paper-grey-600);
cursor: default;
font-weight: normal;
padding-bottom: 4px;
@@ -171,7 +171,7 @@ paper-menu {
.sink-domain {
-webkit-padding-start: 6px;
- color: var(--subtext-color);
+ color: var(--paper-grey-600);
/* TODO(crbug/589697): Handle overflow of very long domain names. */
}
@@ -215,7 +215,7 @@ paper-menu {
}
.sink-subtext {
- color: var(--subtext-color);
+ color: var(--paper-grey-600);
padding-top: 8px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/media_router_common.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698