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

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: update to match spec 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 e02cf863de702b544de750bf8f8340adbb36369e..73de6be432cd38a95be454caa69a3878625a22e6 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -1282,12 +1282,11 @@ 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);
Daniel Erat 2012/08/15 22:18:17 couldn't find anything about line length for css f
}
#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