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

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

Issue 10836286: [cros] Fix error bubble fading on new OOBE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 83c874f16fae735d7c781b353c5cbebd5a5e2393..2f826c16430ed55d6f44d013dfda27b8c38102fe 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -336,9 +336,9 @@ html[oobe=old] .right {
opacity: 0;
}
-html[oobe=new] .step.faded,
-html[oobe=new] .step.left,
-html[oobe=new] .step.right {
+html[oobe=new] .faded,
+html[oobe=new] .left,
+html[oobe=new] .right {
opacity: 0;
}
« 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