| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |