| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 | 94 |
| 95 #timeline-container .split-view-sidebar { | 95 #timeline-container .split-view-sidebar { |
| 96 z-index: 1; | 96 z-index: 1; |
| 97 } | 97 } |
| 98 | 98 |
| 99 #timeline-container .webkit-html-external-link, | 99 #timeline-container .webkit-html-external-link, |
| 100 #timeline-container .webkit-html-resource-link { | 100 #timeline-container .webkit-html-resource-link { |
| 101 color: inherit; | 101 color: inherit; |
| 102 } | 102 } |
| 103 | 103 |
| 104 .timeline-misc-status-bar-items { | 104 .status-bar-item.timeline-frame-statistics { |
| 105 right: 64px; | 105 pointer-events: none; |
| 106 } | 106 } |
| 107 | 107 |
| 108 .timeline-misc-status-bar-filters { | |
| 109 display: -webkit-flex; | |
| 110 -webkit-flex-orientation: row; | |
| 111 } | |
| 112 | |
| 113 .timeline-category-statusbar-item { | |
| 114 height: 24px; | |
| 115 line-height: 22px; | |
| 116 padding-left: 6px; | |
| 117 white-space: nowrap; | |
| 118 text-overflow: ellipsis; | |
| 119 text-shadow: white 0 1px 0; | |
| 120 overflow: hidden; | |
| 121 min-width: 20px; | |
| 122 -webkit-flex: auto 0 1; | |
| 123 } | |
| 124 | |
| 125 .timeline-category-statusbar-item, | |
| 126 .timeline-records-counter { | |
| 127 color: rgb(65, 65, 65); | |
| 128 } | |
| 129 | |
| 130 .timeline-category-checkbox { | |
| 131 width: 10px; | |
| 132 height: 10px; | |
| 133 margin: 0 3px 0 9px; | |
| 134 padding: 0; | |
| 135 border-radius: 2px; | |
| 136 border: solid 1px; | |
| 137 display: inline-block; | |
| 138 overflow: visible; | |
| 139 opacity: 0.8; | |
| 140 vertical-align: -1px; | |
| 141 } | |
| 142 | |
| 143 | |
| 144 .timeline-category-checkbox-check { | |
| 145 -webkit-appearance: none; | |
| 146 width: 11px; | |
| 147 height: 11px; | |
| 148 margin-top: -2px; | |
| 149 margin-left: 1px; | |
| 150 } | |
| 151 | |
| 152 .timeline-category-checkbox-checked { | |
| 153 background-image: url(Images/statusbarButtonGlyphs.png); | |
| 154 background-size: 320px 120px; | |
| 155 background-position: -129px -110px; | |
| 156 } | |
| 157 | |
| 158 @media (-webkit-min-device-pixel-ratio: 1.5) { | |
| 159 .timeline-category-checkbox-checked { | |
| 160 background-image: url(Images/statusbarButtonGlyphs2x.png); | |
| 161 } | |
| 162 } /* media */ | |
| 163 | |
| 164 .timeline-tree-item { | 108 .timeline-tree-item { |
| 165 height: 18px; | 109 height: 18px; |
| 166 line-height: 15px; | 110 line-height: 15px; |
| 167 padding-right: 5px; | 111 padding-right: 5px; |
| 168 padding-left: 5px; | 112 padding-left: 5px; |
| 169 padding-top: 2px; | 113 padding-top: 2px; |
| 170 white-space: nowrap; | 114 white-space: nowrap; |
| 171 text-overflow: ellipsis; | 115 text-overflow: ellipsis; |
| 172 overflow: hidden; | 116 overflow: hidden; |
| 173 } | 117 } |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 } | 318 } |
| 375 | 319 |
| 376 .glue-async-status-bar-item.toggled-on:disabled .glyph { | 320 .glue-async-status-bar-item.toggled-on:disabled .glyph { |
| 377 background-color: rgba(0, 0, 0, 0.75); | 321 background-color: rgba(0, 0, 0, 0.75); |
| 378 } | 322 } |
| 379 | 323 |
| 380 .timeline-frame-overview-status-bar-item.toggled-on .glyph { | 324 .timeline-frame-overview-status-bar-item.toggled-on .glyph { |
| 381 background-color: rgb(66, 129, 235) !important; | 325 background-color: rgb(66, 129, 235) !important; |
| 382 } | 326 } |
| 383 | 327 |
| 384 .timeline-records-stats, .storage-application-cache-status, .storage-application
-cache-connectivity { | |
| 385 text-shadow: white 0 1px 0; | |
| 386 } | |
| 387 | |
| 388 .timeline-records-stats { | |
| 389 margin-top: 3px; | |
| 390 margin-left: 6px; | |
| 391 -webkit-flex: 1; | |
| 392 } | |
| 393 | |
| 394 .timeline-records-stats-container { | |
| 395 display: inline-block; | |
| 396 height: 24px; | |
| 397 margin-left: 6px; | |
| 398 } | |
| 399 | |
| 400 .timeline-frames-stats { | 328 .timeline-frames-stats { |
| 401 pointer-events: auto; | 329 pointer-events: auto; |
| 402 text-decoration: underline; | 330 text-decoration: underline; |
| 403 cursor: pointer; | 331 cursor: pointer; |
| 404 } | 332 } |
| 405 | 333 |
| 406 #resources-container-content { | 334 #resources-container-content { |
| 407 overflow: visible; | 335 overflow: visible; |
| 408 min-height: 100%; | 336 min-height: 100%; |
| 409 } | 337 } |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 } | 588 } |
| 661 | 589 |
| 662 .highlighted-timeline-record { | 590 .highlighted-timeline-record { |
| 663 -webkit-animation: "timeline_record_highlight" 2s 0s; | 591 -webkit-animation: "timeline_record_highlight" 2s 0s; |
| 664 } | 592 } |
| 665 | 593 |
| 666 @-webkit-keyframes timeline_record_highlight { | 594 @-webkit-keyframes timeline_record_highlight { |
| 667 from {background-color: rgba(255, 255, 120, 1); } | 595 from {background-color: rgba(255, 255, 120, 1); } |
| 668 to { background-color: rgba(255, 255, 120, 0); } | 596 to { background-color: rgba(255, 255, 120, 0); } |
| 669 } | 597 } |
| 598 |
| 599 .timeline-filters-header { |
| 600 flex: 0 0 23px; |
| 601 overflow: hidden; |
| 602 } |
| OLD | NEW |