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

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

Issue 2832014: NTP: Add ability to uninstall apps from the ntp.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 background-image: url(chrome://theme/theme_ntp_background?$1); 2 background-image: url(chrome://theme/theme_ntp_background?$1);
3 background-color: $2; /* COLOR_NTP_BACKGROUND */ 3 background-color: $2; /* COLOR_NTP_BACKGROUND */
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 8
9 html[bookmarkbarattached='true'] { 9 html[bookmarkbarattached='true'] {
10 background-position: $4; 10 background-position: $4;
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 } 125 }
126 126
127 .section > h2 { 127 .section > h2 {
128 color: $8; /* COLOR_NTP_TEXT */ 128 color: $8; /* COLOR_NTP_TEXT */
129 } 129 }
130 130
131 #apps-section a { 131 #apps-section a {
132 color: $8; /* COLOR_NTP_TEXT */ 132 color: $8; /* COLOR_NTP_TEXT */
133 } 133 }
134 134
135 #apps-section a:hover { 135 #apps-section .app:hover > .front > a,
136 #apps-section .app > .back {
136 color: $$3; /* COLOR_NTP_SECTION_TEXT */ 137 color: $$3; /* COLOR_NTP_SECTION_TEXT */
137 background-color: $$1; /* COLOR_NTP_SECTION */; 138 background-color: $$1; /* COLOR_NTP_SECTION */;
138 } 139 }
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