summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-31 17:21:12 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-31 17:21:12 +0000
commit7b4fb49ff50b9647ffdb1435d39470d1d7ca5c66 (patch)
treebe3da74a6f10642ff2d10669ca42cb3e501fde60
parent187887d1f8a77d8a8a2b42aee8ae12efd0cd352f (diff)
downloadchromium_src-7b4fb49ff50b9647ffdb1435d39470d1d7ca5c66.zip
chromium_src-7b4fb49ff50b9647ffdb1435d39470d1d7ca5c66.tar.gz
chromium_src-7b4fb49ff50b9647ffdb1435d39470d1d7ca5c66.tar.bz2
Fix the color of links in list form so that they're themed and not default blue.
BUG= http://crbug.com/20277 TEST= Open NTP, try out some themes, observe that links change color to keep up with theme, and are legible against background of page. Review URL: http://codereview.chromium.org/176033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24896 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/new_tab_theme.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css
index 84c539c..811472e 100644
--- a/chrome/browser/resources/new_tab_theme.css
+++ b/chrome/browser/resources/new_tab_theme.css
@@ -21,6 +21,7 @@ body {
}
.thumbnail-container,
.list > .thumbnail-container > .title,
+.list > .thumbnail-container > .title > div,
.list .title > div,
.thumbnail-container > .title {
color: $9;