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

Unified Diff: chrome/browser/resources/new_tab_theme.css

Issue 182039: Merge 24823 - Make tips and their links readable in all themes.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 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/new_tab_theme.css
===================================================================
--- chrome/browser/resources/new_tab_theme.css (revision 24973)
+++ chrome/browser/resources/new_tab_theme.css (working copy)
@@ -55,9 +55,7 @@
color: $$3; /* COLOR_NTP_SECTION_TEXT */
}
#recently-closed span,
-#recently-closed a,
-#recently-closed a:link,
-#tip-line a {
+#recently-closed a {
color: $$4; /* COLOR_NTP_SECTION_LINK */
text-decoration:underline;
}
@@ -69,5 +67,10 @@
}
#tip-line {
- color: $$8;
+ color: $8; /* COLOR_NTP_TEXT */
}
+
+#tip-line a {
+ color: $9; /* COLOR_NTP_LINK */
+ text-decoration: underline;
+}
Property changes on: chrome\browser\resources\new_tab_theme.css
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/chrome/browser/resources/new_tab_theme.css:r24823
« 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