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

Side by Side Diff: chrome/browser/resources/new_tab_theme.css

Issue 182012: Make tips and their links readable in all themes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 html { 1 html {
2 background-image:url(chrome://theme/theme_ntp_background?$1); 2 background-image:url(chrome://theme/theme_ntp_background?$1);
3 background-color:$2; 3 background-color:$2;
4 background-position:$3; 4 background-position:$3;
5 background-repeat:$5; 5 background-repeat:$5;
6 overflow:hidden; 6 overflow:hidden;
7 } 7 }
8 html[bookmarkbarattached='true'] { 8 html[bookmarkbarattached='true'] {
9 background-position:$4; 9 background-position:$4;
10 } 10 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 background-color: $7; 48 background-color: $7;
49 color: white; 49 color: white;
50 } 50 }
51 51
52 #recently-closed { 52 #recently-closed {
53 border-color: $$2; /* color_section_border */ 53 border-color: $$2; /* color_section_border */
54 background-color: $$1; /* COLOR_NTP_SECTION */ 54 background-color: $$1; /* COLOR_NTP_SECTION */
55 color: $$3; /* COLOR_NTP_SECTION_TEXT */ 55 color: $$3; /* COLOR_NTP_SECTION_TEXT */
56 } 56 }
57 #recently-closed span, 57 #recently-closed span,
58 #recently-closed a, 58 #recently-closed a {
59 #recently-closed a:link,
60 #tip-line a {
61 color: $$4; /* COLOR_NTP_SECTION_LINK */ 59 color: $$4; /* COLOR_NTP_SECTION_LINK */
62 text-decoration:underline; 60 text-decoration:underline;
63 } 61 }
64 62
65 #attribution { 63 #attribution {
66 display : $$5; 64 display : $$5;
67 color: $9; 65 color: $9;
68 text-align:right; 66 text-align:right;
69 } 67 }
70 68
71 #tip-line { 69 #tip-line {
72 color: $$8; 70 color: $8; /* COLOR_NTP_TEXT */
73 } 71 }
72
73 #tip-line a {
74 color: $9; /* COLOR_NTP_LINK */
75 text-decoration: underline;
76 }
OLDNEW
« 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