| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 | 60 |
| 61 .timeline-details-split { | 61 .timeline-details-split { |
| 62 flex: auto; | 62 flex: auto; |
| 63 } | 63 } |
| 64 | 64 |
| 65 .timeline-view-stack { | 65 .timeline-view-stack { |
| 66 flex: auto; | 66 flex: auto; |
| 67 display: flex; | 67 display: flex; |
| 68 } | 68 } |
| 69 | 69 |
| 70 #timeline-container .webkit-html-external-link, | 70 #timeline-container .devtools-link { |
| 71 #timeline-container .webkit-html-resource-link { | |
| 72 color: inherit; | 71 color: inherit; |
| 73 } | 72 } |
| 74 | 73 |
| 75 .timeline-graph-side.hovered { | 74 .timeline-graph-side.hovered { |
| 76 background-color: rgba(0, 0, 0, 0.05) !important; | 75 background-color: rgba(0, 0, 0, 0.05) !important; |
| 77 } | 76 } |
| 78 | 77 |
| 79 .timeline.panel .status-pane-container { | 78 .timeline.panel .status-pane-container { |
| 80 z-index: 1000; | 79 z-index: 1000; |
| 81 pointer-events: none; | 80 pointer-events: none; |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 background-color: #f3f3f3 | 612 background-color: #f3f3f3 |
| 614 } | 613 } |
| 615 | 614 |
| 616 .timeline-stack-view-header { | 615 .timeline-stack-view-header { |
| 617 height: 26px; | 616 height: 26px; |
| 618 background-color: white; | 617 background-color: white; |
| 619 padding: 6px 10px; | 618 padding: 6px 10px; |
| 620 color: #5a5a5a; | 619 color: #5a5a5a; |
| 621 white-space: nowrap; | 620 white-space: nowrap; |
| 622 } | 621 } |
| OLD | NEW |