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

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

Issue 3315005: NTP: Adds a context menu to the apps section... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « chrome/browser/resources/new_new_tab.js ('k') | chrome/browser/resources/ntp/apps.css » ('j') | 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 .section > h2 .settings-wrapper, 2 .section > h2 .settings-wrapper,
3 .section > h2 span { 3 .section > h2 span {
4 background-attachment: fixed; 4 background-attachment: fixed;
5 background-color: $2; /* COLOR_NTP_BACKGROUND */ 5 background-color: $2; /* COLOR_NTP_BACKGROUND */
6 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1); 6 background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
7 background-position: $3; 7 background-position: $3;
8 background-repeat: $5; 8 background-repeat: $5;
9 } 9 }
10 10
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 } 127 }
128 128
129 .section.hidden:hover > h2 .back { 129 .section.hidden:hover > h2 .back {
130 border-color-top: $$9; /* COLOR_NTP_SECTION_HEADER_RULE */ 130 border-color-top: $$9; /* COLOR_NTP_SECTION_HEADER_RULE */
131 } 131 }
132 132
133 .app a { 133 .app a {
134 color: $8; /* COLOR_NTP_TEXT */ 134 color: $8; /* COLOR_NTP_TEXT */
135 } 135 }
136 136
137 .app:hover > .front > a, 137 .app:hover > a {
138 .app > .back {
139 color: $$3; /* COLOR_NTP_SECTION_TEXT */ 138 color: $$3; /* COLOR_NTP_SECTION_TEXT */
140 background-color: $$1; /* COLOR_NTP_SECTION */; 139 background-color: $$1; /* COLOR_NTP_SECTION */;
141 } 140 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_new_tab.js ('k') | chrome/browser/resources/ntp/apps.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698