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

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

Issue 7569021: top/bottom shadow should now go away in gaia signin screen. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.css
===================================================================
--- chrome/browser/resources/chromeos/login/oobe.css (revision 95643)
+++ chrome/browser/resources/chromeos/login/oobe.css (working copy)
@@ -36,27 +36,25 @@
text-decoration: none;
}
-hr.topshadow {
+hr.shadow {
xiyuan 2011/08/05 23:40:17 Do we want "-webkit-transition: opacity .2s ease-i
achuithb 2011/08/05 23:43:15 I should've written an explanation. The transition
-webkit-mask: -webkit-linear-gradient(left, rgba(0,0,0,0),
black 50%, rgba(0,0,0,0));
-webkit-mask-clip: padding-box;
- background: -webkit-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.0));
border: none;
+ opacity: 0.3
+}
+
+hr.top {
+ background: -webkit-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.0));
border-top: 1px solid rgba(0,0,0,0.5);
height: 4px;
- opacity: 0.3;
}
-hr.bottomshadow {
- -webkit-mask: -webkit-linear-gradient(left, rgba(0,0,0,0),
- black 50%, rgba(0,0,0,0));
- -webkit-mask-clip: padding-box;
+hr.bottom {
background: -webkit-linear-gradient(bottom, top,
rgba(0,0,0,0.2)), rgba(0,0,0,0.0));
- border: none;
border-bottom: 1px solid rgba(0,0,0,0.5);
height: 2px;
- opacity: 0.3;
}
#header {
@@ -482,7 +480,7 @@
body.login-display #oobe.signin hr,
body.login-display #oobe.gaia-signin hr {
- width: 640px;
+ opacity: 0;
}
body.login-display #inner-container {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698