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

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

Issue 164386: Merge 23081 - With the recent NNTP changes, we change the way themes work th... (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 | « chrome/browser/resources/new_new_tab.css ('k') | 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 23165)
+++ chrome/browser/resources/new_tab_theme.css (working copy)
@@ -16,11 +16,14 @@
#main {
background: url(chrome://theme/product_logo?$1) no-repeat 0 8px;
}
+.thumbnail {
+ border-color: $$1; /* COLOR_NTP_SECTION */
+}
.thumbnail-container,
.list > .thumbnail-container > .title,
.list .title > div,
.thumbnail-container > .title {
- color: $8;
+ color: $9;
}
.thumbnail-container:focus .thumbnail,
.thumbnail-container:hover .thumbnail {
@@ -45,14 +48,15 @@
background-color: $7;
color: white;
}
-.tips-title {
- color: $$1;
-}
-/* TODO(arv): The theme does not have the thumbnail outline color in non hover
- mode
#recently-closed {
- border-color:
- background-color:
+ border-color: $$2; /* color_section_border */
+ background-color: $$1; /* COLOR_NTP_SECTION */
+ color: $$3; /* COLOR_NTP_SECTION_TEXT */
}
-*/
+#recently-closed span,
+#recently-closed a,
+#recently-closed a:link {
+ color: $$4; /* COLOR_NTP_SECTION_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:r23081
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698