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

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

Issue 160549: NNTP: Fix the issue where the lower corners had a fex dark pixels... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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 | « no previous file | chrome/browser/resources/new_tab_theme.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 /* This is needed because of chrome://theme/css/new_tab.css */ 2 /* This is needed because of chrome://theme/css/new_tab.css */
3 height: 100%; 3 height: 100%;
4 } 4 }
5 5
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 #main { 10 #main {
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 padding: 1px; 231 padding: 1px;
232 -webkit-border-radius: 5px; 232 -webkit-border-radius: 5px;
233 display: block; 233 display: block;
234 -webkit-box-shadow: 0px 2px 2px hsla(0, 0%, 0%, 0); 234 -webkit-box-shadow: 0px 2px 2px hsla(0, 0%, 0%, 0);
235 -webkit-transition: width .15s, height .15s, border-color .15s, 235 -webkit-transition: width .15s, height .15s, border-color .15s,
236 -webkit-border-radius .15s, -webkit-box-shadow .15s; 236 -webkit-border-radius .15s, -webkit-box-shadow .15s;
237 } 237 }
238 238
239 .edit-mode-border { 239 .edit-mode-border {
240 -webkit-border-radius: 4px; 240 -webkit-border-radius: 4px;
241 background-color: hsla(213, 54%, 95%, 0);
242 241
243 /* when dragged over we move this */ 242 /* when dragged over we move this */
244 position: relative; 243 position: relative;
245 -webkit-transition: top .15s, left .15s; 244 -webkit-transition: top .15s, left .15s;
246 } 245 }
247 246
248 .thumbnail-container:focus .thumbnail, 247 .thumbnail-container:focus .thumbnail,
249 .thumbnail-container:hover .thumbnail { 248 .thumbnail-container:hover .thumbnail {
250 border-color: hsl(213, 66%, 57%); 249 border-color: hsl(213, 66%, 57%);
251 -webkit-box-shadow: 0px 2px 2px hsla(0, 0%, 0%, 0); 250 -webkit-box-shadow: 0px 2px 2px hsla(0, 0%, 0%, 0);
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 #t3, #t7, 747 #t3, #t7,
749 html[dir='rtl'] #t0, 748 html[dir='rtl'] #t0,
750 html[dir='rtl'] #t4 { 749 html[dir='rtl'] #t4 {
751 left: 534px; 750 left: 534px;
752 } 751 }
753 752
754 #t4, #t5, #t6, #t7 { 753 #t4, #t5, #t6, #t7 {
755 top: 147px; 754 top: 147px;
756 } 755 }
757 } 756 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/new_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698