| 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 height: 100%; | 8 height: 100%; |
| 9 overflow: auto; | 9 overflow: auto; |
| 10 -webkit-user-select: none; | 10 -webkit-user-select: none; |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 #tip-line.hidden, | 274 #tip-line.hidden, |
| 275 .notification-shown #tip-line { | 275 .notification-shown #tip-line { |
| 276 opacity: 0; | 276 opacity: 0; |
| 277 pointer-events: none; | 277 pointer-events: none; |
| 278 } | 278 } |
| 279 | 279 |
| 280 #tip-line a, | 280 #tip-line a, |
| 281 #tip-line button { | 281 #tip-line button { |
| 282 /* We do not want a trailing single word from a link on the last line */ | 282 /* We do not want a trailing single word from a link on the last line */ |
| 283 white-space: nowrap; | 283 white-space: nowrap; |
| 284 padding: 0; |
| 284 } | 285 } |
| 285 | 286 |
| 286 #option-button { | 287 #option-button { |
| 287 -webkit-appearance: none; | 288 -webkit-appearance: none; |
| 288 background-color: transparent; | 289 background-color: transparent; |
| 289 width: 19px; | 290 width: 19px; |
| 290 height: 17px; | 291 height: 17px; |
| 291 margin: 0; | 292 margin: 0; |
| 292 border: 0; | 293 border: 0; |
| 293 padding: 0; | 294 padding: 0; |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 #footer hr { | 490 #footer hr { |
| 490 border: 0; | 491 border: 0; |
| 491 display: inline; | 492 display: inline; |
| 492 margin: 0; | 493 margin: 0; |
| 493 padding: 0; | 494 padding: 0; |
| 494 } | 495 } |
| 495 | 496 |
| 496 #footer hr:after { | 497 #footer hr:after { |
| 497 content: "|"; | 498 content: "|"; |
| 498 } | 499 } |
| OLD | NEW |