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

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

Issue 1818483002: [Media Router WebUI] Fix AX_COLOR_01 warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | no next file » | 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 abcb061e1d56b40a9630a095a89cb531d7b15629..426386ed7c6b14a1bfe33ce079f0c39291495f1b 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
@@ -34,7 +34,7 @@
}
#device-missing a {
- color: rgba(33, 150, 243, 0.87);
+ color: rgb(25, 118, 210);
margin: 8px 0;
text-decoration: none;
}
@@ -105,7 +105,7 @@
}
#no-search-matches {
- color: rgb(150, 150, 150);
+ color: rgb(112, 112, 112);
display: block;
font-size: 1.2 em;
padding-bottom: 20px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698