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

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

Issue 160102: Some fixes to make NNTP themes work again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 21515)
+++ chrome/browser/resources/new_tab_theme.css (working copy)
@@ -13,6 +13,15 @@
height:100%;
overflow:auto;
}
+#main {
+ background: url(chrome://theme/product_logo?$1) no-repeat 0 8px;
+}
+:visited,
+.link {
+ cursor: pointer;
+ text-decoration: underline;
+ color: $8;
+}
.thumbnail-container,
.list > .thumbnail-container > .title,
.list .title > div,
@@ -33,12 +42,6 @@
.thumbnail-container:hover > .edit-mode-border {
background-color: $6;
}
-:visited,
-.link {
- cursor: pointer;
- text-decoration: underline;
- color: $8;
-}
.edit-mode-border {
background-color: $7;
}
@@ -52,7 +55,7 @@
to($6));
color: $$1;
}
-#view-toolbar input {
+#view-toolbar > input {
background-color: $7;
-webkit-mask-image: url(chrome://theme/newtab_menu_mask);
}
« 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