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

Unified Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 8822024: Profile/user menu on NTP should look more clickable? (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years 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/ntp4/new_tab.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index aa8f23463e794b145904a8c1f3096053e237bd99..4efe39b9d47ba45930e831099ab5b1309ad70887 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -190,6 +190,10 @@ html[dir='rtl'] #attribution {
-webkit-box-shadow: none;
}
+#login-container:hover {
+ text-decoration: underline;
sail 2011/12/06 19:02:42 Currently we use the login-container to show two d
Tyler Breisacher (Chromium) 2011/12/06 19:33:22 for #1, I'm seeing my email address on my installe
sail 2011/12/06 19:41:43 Yea, this is a new change on trunk that uses your
+}
+
html[dir='rtl'] #login-container {
left: 0;
right: auto;
« 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