| OLD | NEW | 
|---|
| 1 /* | 1 /* | 
| 2  * Copyright (C) 2013 Google Inc. All rights reserved. | 2  * Copyright (C) 2013 Google Inc. All rights reserved. | 
| 3  * | 3  * | 
| 4  * Redistribution and use in source and binary forms, with or without | 4  * Redistribution and use in source and binary forms, with or without | 
| 5  * modification, are permitted provided that the following conditions are | 5  * modification, are permitted provided that the following conditions are | 
| 6  * met: | 6  * met: | 
| 7  * | 7  * | 
| 8  *     * Redistributions of source code must retain the above copyright | 8  *     * Redistributions of source code must retain the above copyright | 
| 9  * notice, this list of conditions and the following disclaimer. | 9  * notice, this list of conditions and the following disclaimer. | 
| 10  *     * Redistributions in binary form must reproduce the above | 10  *     * Redistributions in binary form must reproduce the above | 
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 195 } | 195 } | 
| 196 | 196 | 
| 197 .network-log-grid.data-grid .network-type-stylesheet .icon { | 197 .network-log-grid.data-grid .network-type-stylesheet .icon { | 
| 198     content: url(Images/resourceCSSIcon.png); | 198     content: url(Images/resourceCSSIcon.png); | 
| 199 } | 199 } | 
| 200 | 200 | 
| 201 .network-log-grid.data-grid.small .network-type-stylesheet .icon { | 201 .network-log-grid.data-grid.small .network-type-stylesheet .icon { | 
| 202     content: url(Images/resourceDocumentIconSmall.png); | 202     content: url(Images/resourceDocumentIconSmall.png); | 
| 203 } | 203 } | 
| 204 | 204 | 
|  | 205 .network-log-grid.data-grid .network-type-media .icon { | 
|  | 206     content: url(Images/resourcePlainIcon.png); // FIXME: media icon | 
|  | 207 } | 
|  | 208 | 
|  | 209 .network-log-grid.data-grid.small .network-type-media .icon { | 
|  | 210     content: url(Images/resourcePlainIconSmall.png); // FIXME: media icon | 
|  | 211 } | 
|  | 212 .network-log-grid.data-grid .network-type-texttrack .icon { | 
|  | 213     content: url(Images/resourcePlainIcon.png); // FIXME: vtt icon | 
|  | 214 } | 
|  | 215 | 
|  | 216 .network-log-grid.data-grid.small .network-type-texttrack .icon { | 
|  | 217     content: url(Images/resourcePlainIconSmall.png); // FIXME: vtt icon | 
|  | 218 } | 
|  | 219 | 
| 205 .network-log-grid.data-grid .network-type-image .icon { | 220 .network-log-grid.data-grid .network-type-image .icon { | 
| 206     position: relative; | 221     position: relative; | 
| 207     background-image: url(Images/resourcePlainIcon.png); | 222     background-image: url(Images/resourcePlainIcon.png); | 
| 208     background-repeat: no-repeat; | 223     background-repeat: no-repeat; | 
| 209     content: ""; | 224     content: ""; | 
| 210 } | 225 } | 
| 211 | 226 | 
| 212 .network-log-grid.data-grid.small .network-type-image .icon { | 227 .network-log-grid.data-grid.small .network-type-image .icon { | 
| 213     background-image: url(Images/resourcePlainIconSmall.png); | 228     background-image: url(Images/resourcePlainIconSmall.png); | 
| 214     content: ""; | 229     content: ""; | 
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 379 } | 394 } | 
| 380 | 395 | 
| 381 .network-type-image .network-graph-bar { | 396 .network-type-image .network-graph-bar { | 
| 382     -webkit-border-image: url(Images/timelinePillPurple.png) 6 7 6 7; | 397     -webkit-border-image: url(Images/timelinePillPurple.png) 6 7 6 7; | 
| 383 } | 398 } | 
| 384 | 399 | 
| 385 .network-type-image.resource-cached .network-graph-bar { | 400 .network-type-image.resource-cached .network-graph-bar { | 
| 386     border-image: url(Images/timelineHollowPillPurple.png) 7 7 7 7; | 401     border-image: url(Images/timelineHollowPillPurple.png) 7 7 7 7; | 
| 387 } | 402 } | 
| 388 | 403 | 
|  | 404 .network-type-media .network-graph-bar { | 
|  | 405     -webkit-border-image: url(Images/timelinePillPurple.png) 6 7 6 7; | 
|  | 406 } | 
|  | 407 | 
|  | 408 .network-type-media.resource-cached .network-graph-bar { | 
|  | 409     border-image: url(Images/timelineHollowPillPurple.png) 7 7 7 7; | 
|  | 410 } | 
|  | 411 | 
| 389 .network-type-font .network-graph-bar { | 412 .network-type-font .network-graph-bar { | 
| 390     -webkit-border-image: url(Images/timelinePillRed.png) 7 7 7 7; | 413     -webkit-border-image: url(Images/timelinePillRed.png) 7 7 7 7; | 
| 391 } | 414 } | 
| 392 | 415 | 
| 393 .network-type-font.resource-cached .network-graph-bar { | 416 .network-type-font.resource-cached .network-graph-bar { | 
| 394     -webkit-border-image: url(Images/timelineHollowPillRed.png) 7 7 7 7; | 417     -webkit-border-image: url(Images/timelineHollowPillRed.png) 7 7 7 7; | 
| 395 } | 418 } | 
| 396 | 419 | 
|  | 420 .network-type-texttrack .network-graph-bar { | 
|  | 421     -webkit-border-image: url(Images/timelinePillRed.png) 6 7 6 7; | 
|  | 422 } | 
|  | 423 | 
|  | 424 .network-type-texttrack.resource-cached .network-graph-bar { | 
|  | 425     border-image: url(Images/timelineHollowPillRed.png) 7 7 7 7; | 
|  | 426 } | 
|  | 427 | 
| 397 .network-type-script .network-graph-bar { | 428 .network-type-script .network-graph-bar { | 
| 398     -webkit-border-image: url(Images/timelinePillOrange.png) 7 7 7 7; | 429     -webkit-border-image: url(Images/timelinePillOrange.png) 7 7 7 7; | 
| 399 } | 430 } | 
| 400 | 431 | 
| 401 .network-type-script.resource-cached .network-graph-bar { | 432 .network-type-script.resource-cached .network-graph-bar { | 
| 402     -webkit-border-image: url(Images/timelineHollowPillOrange.png) 7 7 7 7; | 433     -webkit-border-image: url(Images/timelineHollowPillOrange.png) 7 7 7 7; | 
| 403 } | 434 } | 
| 404 | 435 | 
| 405 .network-type-xhr .network-graph-bar { | 436 .network-type-xhr .network-graph-bar { | 
| 406     -webkit-border-image: url(Images/timelinePillYellow.png) 7 7 7 7; | 437     -webkit-border-image: url(Images/timelinePillYellow.png) 7 7 7 7; | 
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 538 } | 569 } | 
| 539 | 570 | 
| 540 #network-container:not(.brief-mode) .data-grid tr.selected { | 571 #network-container:not(.brief-mode) .data-grid tr.selected { | 
| 541     background-color: transparent; | 572     background-color: transparent; | 
| 542     color: #222; | 573     color: #222; | 
| 543 } | 574 } | 
| 544 | 575 | 
| 545 #network-container.brief-mode .data-grid .data-container { | 576 #network-container.brief-mode .data-grid .data-container { | 
| 546     padding-right: 0; | 577     padding-right: 0; | 
| 547 } | 578 } | 
| OLD | NEW | 
|---|