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; | |
285 } | 284 } |
286 | 285 |
287 #option-button { | 286 #option-button { |
288 -webkit-appearance: none; | 287 -webkit-appearance: none; |
289 background-color: transparent; | 288 background-color: transparent; |
290 width: 19px; | 289 width: 19px; |
291 height: 17px; | 290 height: 17px; |
292 margin: 0; | 291 margin: 0; |
293 border: 0; | 292 border: 0; |
294 padding: 0; | 293 padding: 0; |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 #footer hr { | 489 #footer hr { |
491 border: 0; | 490 border: 0; |
492 display: inline; | 491 display: inline; |
493 margin: 0; | 492 margin: 0; |
494 padding: 0; | 493 padding: 0; |
495 } | 494 } |
496 | 495 |
497 #footer hr:after { | 496 #footer hr:after { |
498 content: "|"; | 497 content: "|"; |
499 } | 498 } |
OLD | NEW |