| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 position: absolute; | 509 position: absolute; |
| 510 height: 19px; | 510 height: 19px; |
| 511 padding-top: 3px; | 511 padding-top: 3px; |
| 512 } | 512 } |
| 513 | 513 |
| 514 .timeline-frame-strip.selected { | 514 .timeline-frame-strip.selected { |
| 515 background-color: rgb(56, 121, 217); | 515 background-color: rgb(56, 121, 217); |
| 516 color: white; | 516 color: white; |
| 517 } | 517 } |
| 518 | 518 |
| 519 #timeline-grid-header { | |
| 520 pointer-events: none; | |
| 521 height: 20px; | |
| 522 } | |
| 523 | |
| 524 #timeline-graph-records-header { | 519 #timeline-graph-records-header { |
| 525 pointer-events: none; | 520 pointer-events: none; |
| 526 height: 19px; | 521 height: 19px; |
| 527 padding: 1px 0; | 522 padding: 1px 0; |
| 528 justify-content: center; | 523 justify-content: center; |
| 529 } | 524 } |
| 530 | 525 |
| 531 .timeline-utilization-strip { | 526 .timeline-utilization-strip { |
| 532 z-index: 250; | 527 z-index: 250; |
| 533 overflow: hidden; | 528 overflow: hidden; |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 .timeline-gap { | 861 .timeline-gap { |
| 867 flex: none; | 862 flex: none; |
| 868 } | 863 } |
| 869 | 864 |
| 870 .timeline-filmstrip-preview { | 865 .timeline-filmstrip-preview { |
| 871 margin-top: 10px; | 866 margin-top: 10px; |
| 872 max-width: 200px; | 867 max-width: 200px; |
| 873 max-height: 200px; | 868 max-height: 200px; |
| 874 cursor: pointer; | 869 cursor: pointer; |
| 875 } | 870 } |
| OLD | NEW |