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

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

Issue 164169: Merge 22337 - NNTP: Fix the issue where the lower corners had a fex dark pixe... (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Modified: svn:mergeinfo
Merged /trunk/src/chrome/browser/resources/new_tab_theme.css:r22337
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 18 matching lines...) Expand all
29 .thumbnail-container:focus .edit-bar, 29 .thumbnail-container:focus .edit-bar,
30 .thumbnail-container:hover .edit-bar { 30 .thumbnail-container:hover .edit-bar {
31 background-color: $6; 31 background-color: $6;
32 background-image: -webkit-gradient(linear, left top, left bottom, 32 background-image: -webkit-gradient(linear, left top, left bottom,
33 from($7), 33 from($7),
34 to($6)); 34 to($6));
35 } 35 }
36 .thumbnail-container:hover > .edit-mode-border { 36 .thumbnail-container:hover > .edit-mode-border {
37 background-color: $6; 37 background-color: $6;
38 } 38 }
39 .edit-mode-border {
40 background-color: $7;
41 }
42 .section { 39 .section {
43 border: 1px solid $7; 40 border: 1px solid $7;
44 } 41 }
45 .section > h2 { 42 .section > h2 {
46 background-color: $7; 43 background-color: $7;
47 background-image: -webkit-gradient(linear, left top, left bottom, 44 background-image: -webkit-gradient(linear, left top, left bottom,
48 from($7), 45 from($7),
49 to($6)); 46 to($6));
50 color: $$1; 47 color: $$1;
51 } 48 }
52 #view-toolbar > input { 49 #view-toolbar > input {
53 background-color: $7; 50 background-color: $7;
54 -webkit-mask-image: url(chrome://theme/newtab_menu_mask); 51 -webkit-mask-image: url(chrome://theme/newtab_menu_mask);
55 } 52 }
56 #option-menu > [selected] { 53 #option-menu > [selected] {
57 background-color: $7; 54 background-color: $7;
58 color: white; 55 color: white;
59 } 56 }
60 .tips-title { 57 .tips-title {
61 color: $$1; 58 color: $$1;
62 } 59 }
OLDNEW
« 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