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

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

Issue 10837263: chromeos: Improve version label on login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wrap long line; merge Created 8 years, 4 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/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index 2f826c16430ed55d6f44d013dfda27b8c38102fe..794dbd0d2e8ea2083d298e9c43893abc2bc63019 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -1283,12 +1283,14 @@ html[dir=rtl] .error-message {
#version-labels {
-webkit-transition: all 500ms linear;
- color: #999;
+ color: #fff;
font-size: 11px;
margin: 10px;
- opacity: 1.0;
text-align: end;
- text-shadow: 0 1px 1px #fff;
+ text-shadow:
+ 0 0 4px rgba(0,0,0,.6),
+ 0 1px 2px rgba(0,0,0,.8),
+ 0 -1px 2px rgba(0,0,0,1);
}
#offline-network-control {
« 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