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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_card.css

Issue 1108243003: ChromeOS Gaia: Changed background color of the Gaia footer to RGBA(0, 0, 0, 0.02) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/chromeos/login/gaia_card.css
diff --git a/chrome/browser/resources/chromeos/login/gaia_card.css b/chrome/browser/resources/chromeos/login/gaia_card.css
index 8931014da9b8e24274d9455f39b97370d555f704..2bfbf8dc536d049e397e2f640bb716cd4e65c1ae 100644
--- a/chrome/browser/resources/chromeos/login/gaia_card.css
+++ b/chrome/browser/resources/chromeos/login/gaia_card.css
@@ -16,7 +16,7 @@
.gaia-footer,
#progress-bar::shadow #progressContainer {
- background-color: rgb(238, 238, 238);
+ background-color: rgba(0, 0, 0, 0.02);
}
.gaia-footer {
« 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