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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 bottom: auto; | 454 bottom: auto; |
455 content: ""; | 455 content: ""; |
456 display: block; | 456 display: block; |
457 } | 457 } |
458 | 458 |
459 .timeline .resources-event-divider:hover::before { | 459 .timeline .resources-event-divider:hover::before { |
460 width: 4px; | 460 width: 4px; |
461 margin: 0 1px; | 461 margin: 0 1px; |
462 } | 462 } |
463 | 463 |
464 .timeline .resources-event-divider.timeline-frame-divider::before { | |
465 display: none; | |
466 } | |
467 | |
468 .timeline .resources-event-divider.resources-red-divider::before { | 464 .timeline .resources-event-divider.resources-red-divider::before { |
469 background-color: rgb(255, 0, 0); | 465 background-color: rgb(255, 0, 0); |
470 } | 466 } |
471 | 467 |
472 .timeline .resources-event-divider.resources-blue-divider::before { | 468 .timeline .resources-event-divider.resources-blue-divider::before { |
473 background-color: rgb(0, 0, 255); | 469 background-color: rgb(0, 0, 255); |
474 } | 470 } |
475 | 471 |
476 .timeline .resources-event-divider.resources-orange-divider::before { | 472 .timeline .resources-event-divider.resources-orange-divider::before { |
477 background-color: rgb(255, 178, 23); | 473 background-color: rgb(255, 178, 23); |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
905 | 901 |
906 .timeline-layers-view-properties td { | 902 .timeline-layers-view-properties td { |
907 border: 1px solid #e1e1e1; | 903 border: 1px solid #e1e1e1; |
908 line-height: 22px; | 904 line-height: 22px; |
909 } | 905 } |
910 | 906 |
911 .timeline-paint-profiler-log-split > div:last-child { | 907 .timeline-paint-profiler-log-split > div:last-child { |
912 background-color: #eee; | 908 background-color: #eee; |
913 z-index: 0; | 909 z-index: 0; |
914 } | 910 } |
OLD | NEW |