Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: resources/inspector/inspector.css

Issue 853002: Updating the Chromium reference build for Windows. The continuous... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/reference_builds/chrome/
Patch Set: Added the symbol files back. Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « resources/inspector/heap_profiler_panel.js ('k') | resources/inspector/inspector.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 11 matching lines...) Expand all
22 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 22 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 */ 28 */
29 29
30 body { 30 body {
31 cursor: default; 31 cursor: default;
32 height: 100%; 32 position: absolute;
33 width: 100%; 33 top: 0;
34 bottom: 0;
35 left: 0;
36 right: 0;
34 overflow: hidden; 37 overflow: hidden;
35 font-family: Lucida Grande, sans-serif; 38 font-family: Lucida Grande, sans-serif;
36 font-size: 10px; 39 font-size: 10px;
37 margin: 0; 40 margin: 0;
38 -webkit-text-size-adjust: none; 41 -webkit-text-size-adjust: none;
39 -webkit-user-select: none; 42 -webkit-user-select: none;
40 } 43 }
41 44
42 * { 45 * {
43 -webkit-box-sizing: border-box; 46 -webkit-box-sizing: border-box;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 -webkit-box-orient: horizontal; 79 -webkit-box-orient: horizontal;
77 -webkit-background-origin: padding; 80 -webkit-background-origin: padding;
78 -webkit-background-clip: padding; 81 -webkit-background-clip: padding;
79 } 82 }
80 83
81 body.inactive #toolbar { 84 body.inactive #toolbar {
82 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 33, 233, 233)), to(rgb(207, 207, 207))); 85 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 33, 233, 233)), to(rgb(207, 207, 207)));
83 border-bottom: 1px solid rgb(64%, 64%, 64%); 86 border-bottom: 1px solid rgb(64%, 64%, 64%);
84 } 87 }
85 88
86 body.detached.platform-mac-leopard #toolbar { 89 body.detached.platform-mac-leopard #toolbar,
90 body.detached.platform-mac-snowleopard #toolbar {
87 background: transparent !important; 91 background: transparent !important;
88 } 92 }
89 93
90 body.attached #toolbar { 94 body.attached #toolbar {
91 height: 34px; 95 height: 34px;
92 border-top: 1px solid rgb(100, 100, 100); 96 border-top: 1px solid rgb(100, 100, 100);
93 cursor: row-resize; 97 cursor: row-resize;
94 padding-left: 0; 98 padding-left: 0;
95 } 99 }
96 100
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 } 242 }
239 243
240 body.detached .toolbar-item.close-left, body.detached .toolbar-item.close-right { 244 body.detached .toolbar-item.close-left, body.detached .toolbar-item.close-right {
241 display: none; 245 display: none;
242 } 246 }
243 247
244 body.attached.port-qt .toolbar-item.close-left, body.attached.port-qt .toolbar-i tem.close-right { 248 body.attached.port-qt .toolbar-item.close-left, body.attached.port-qt .toolbar-i tem.close-right {
245 display: none; 249 display: none;
246 } 250 }
247 251
248 body.platform-mac-tiger .toolbar-item.close-right, body.platform-mac-leopard .to olbar-item.close-right { 252 body.platform-mac .toolbar-item.close-right {
249 display: none; 253 display: none;
250 } 254 }
251 255
252 body:not(.platform-mac-tiger):not(.platform-mac-leopard) .toolbar-item.close-lef t { 256 body:not(.platform-mac) .toolbar-item.close-left {
253 display: none; 257 display: none;
254 } 258 }
255 259
256 #main { 260 #main {
257 position: absolute; 261 position: absolute;
258 z-index: 1; 262 z-index: 1;
259 top: 56px; 263 top: 56px;
260 left: 0; 264 left: 0;
261 right: 0; 265 right: 0;
262 bottom: 0; 266 bottom: 0;
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 } 363 }
360 364
361 button.status-bar-item .glyph.shadow { 365 button.status-bar-item .glyph.shadow {
362 background-color: rgba(255, 255, 255, 0.33) !important; 366 background-color: rgba(255, 255, 255, 0.33) !important;
363 } 367 }
364 368
365 button.status-bar-item.toggled-on .glyph { 369 button.status-bar-item.toggled-on .glyph {
366 background-color: rgb(66, 129, 235); 370 background-color: rgb(66, 129, 235);
367 } 371 }
368 372
373 button.status-bar-item.toggled-1 .glyph {
374 background-color: rgb(66, 129, 235);
375 }
376
377 button.status-bar-item.toggled-2 .glyph {
378 background-color: purple;
379 }
380
369 button.status-bar-item:disabled { 381 button.status-bar-item:disabled {
370 opacity: 0.5; 382 opacity: 0.5;
371 background-position: 0 0 !important; 383 background-position: 0 0 !important;
372 } 384 }
373 385
374 select.status-bar-item { 386 select.status-bar-item {
375 min-width: 48px; 387 min-width: 48px;
376 border-width: 0 17px 0 2px; 388 border-width: 0 17px 0 2px;
377 padding: 0 2px 0 6px; 389 padding: 0 2px 0 6px;
378 font-weight: bold; 390 font-weight: bold;
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 } 492 }
481 493
482 #drawer-status-bar { 494 #drawer-status-bar {
483 position: absolute; 495 position: absolute;
484 bottom: 0; 496 bottom: 0;
485 left: 0; 497 left: 0;
486 right: 0; 498 right: 0;
487 background: none; 499 background: none;
488 } 500 }
489 501
502 .monospace {
503 font-size: 10px;
504 font-family: monospace;
505 }
506
507 body.platform-mac .monospace, body.platform-mac .source-code {
508 font-family: Monaco, monospace;
509 }
510
511 /* Keep .platform-mac to make the rule more specific than the general one above. */
512 body.platform-mac.platform-mac-snowleopard .monospace,
513 body.platform-mac.platform-mac-snowleopard .source-code {
514 font-size: 11px;
515 font-family: Menlo, monospace;
516 }
517
518 body.platform-windows .monospace, body.platform-windows .source-code {
519 font-size: 12px;
520 font-family: Consolas, Lucida Console, monospace;
521 }
522
523 body.platform-linux .monospace, body.platform-linux .source-code {
524 font-size: 11px;
525 font-family: dejavu sans mono, monospace;
526 }
527
490 #console-messages { 528 #console-messages {
491 position: absolute; 529 position: absolute;
492 z-index: 0; 530 z-index: 0;
493 top: 0; 531 top: 0;
494 left: 0; 532 left: 0;
495 right: 0; 533 right: 0;
496 bottom: 23px; 534 bottom: 23px;
497 font-size: initial;
498 font-family: monospace;
499 padding: 2px 0; 535 padding: 2px 0;
500 overflow-y: overlay; 536 overflow-y: overlay;
537 word-wrap: break-word;
501 -webkit-user-select: text; 538 -webkit-user-select: text;
502 -webkit-text-size-adjust: auto; 539 -webkit-text-size-adjust: auto;
503 } 540 }
504 541
505 #console-prompt { 542 #console-prompt {
506 position: relative; 543 position: relative;
507 padding: 1px 22px 1px 24px; 544 padding: 1px 22px 1px 24px;
508 min-height: 16px; 545 min-height: 16px;
509 white-space: pre-wrap; 546 white-space: pre-wrap;
510 -webkit-user-modify: read-write-plaintext-only; 547 -webkit-user-modify: read-write-plaintext-only;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 display: inline-block; 586 display: inline-block;
550 height: 14px; 587 height: 14px;
551 background-color: rgb(128, 151, 189); 588 background-color: rgb(128, 151, 189);
552 vertical-align: middle; 589 vertical-align: middle;
553 white-space: nowrap; 590 white-space: nowrap;
554 padding: 1px 4px; 591 padding: 1px 4px;
555 margin-top: -2px; 592 margin-top: -2px;
556 margin-right: 4px; 593 margin-right: 4px;
557 text-align: left; 594 text-align: left;
558 font-size: 11px; 595 font-size: 11px;
596 line-height: normal;
559 font-family: Helvetica, Arial, sans-serif; 597 font-family: Helvetica, Arial, sans-serif;
560 font-weight: bold; 598 font-weight: bold;
561 text-shadow: none; 599 text-shadow: none;
562 color: white; 600 color: white;
563 -webkit-border-radius: 7px; 601 -webkit-border-radius: 7px;
564 } 602 }
565 603
566 .console-message-text { 604 .console-message-text {
567 white-space: pre-wrap; 605 white-space: pre-wrap;
568 } 606 }
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 .console-group-messages .outline-disclosure { 721 .console-group-messages .outline-disclosure {
684 padding-left: 0; 722 padding-left: 0;
685 } 723 }
686 724
687 .console-group-messages .outline-disclosure > ol { 725 .console-group-messages .outline-disclosure > ol {
688 padding: 0 0 0 12px !important; 726 padding: 0 0 0 12px !important;
689 } 727 }
690 728
691 .console-group-messages .outline-disclosure, .console-group-messages .outline-di sclosure ol { 729 .console-group-messages .outline-disclosure, .console-group-messages .outline-di sclosure ol {
692 font-size: inherit; 730 font-size: inherit;
693 line-height: 1em; 731 line-height: 12px;
694 } 732 }
695 733
696 .console-group-messages .outline-disclosure.single-node li { 734 .console-group-messages .outline-disclosure.single-node li {
697 padding-left: 2px; 735 padding-left: 2px;
698 } 736 }
699 737
700 .console-group-messages .outline-disclosure li .selection { 738 .console-group-messages .outline-disclosure li .selection {
701 margin-left: -6px; 739 margin-left: -6px;
702 margin-right: -6px; 740 margin-right: -6px;
703 } 741 }
704 742
705 .console-group-messages .add-attribute { 743 .console-group-messages .add-attribute {
706 display: none; 744 display: none;
707 } 745 }
708 746
709 .console-formatted-object, .console-formatted-node { 747 .console-formatted-object, .console-formatted-node {
710 position: relative; 748 position: relative;
711 display: inline-block; 749 display: inline-block;
712 vertical-align: top; 750 vertical-align: top;
713 } 751 }
714 752
715 .console-formatted-object .section, .console-formatted-node .section { 753 .console-formatted-object .section, .console-formatted-node .section {
716 position: static; 754 position: static;
717 } 755 }
718 756
719 .console-formatted-object .properties, .console-formatted-node .properties { 757 .console-formatted-object .properties, .console-formatted-node .properties {
720 padding-left: 0 !important; 758 padding-left: 0 !important;
721 } 759 }
722 760
761 .console-formatted-number {
762 color: rgb(28, 0, 207);
763 }
764
765 .console-formatted-string, .console-formatted-regexp {
766 color: rgb(196, 26, 22);
767 }
768
769 .console-formatted-null, .console-formatted-undefined {
770 color: rgb(128, 128, 128);
771 }
772
723 .error-message { 773 .error-message {
724 color: red; 774 color: red;
725 } 775 }
726 776
727 .auto-complete-text { 777 .auto-complete-text {
728 color: rgb(128, 128, 128); 778 color: rgb(128, 128, 128);
729 -webkit-user-select: none; 779 -webkit-user-select: none;
730 -webkit-user-modify: read-only; 780 -webkit-user-modify: read-only;
731 } 781 }
732 782
733 .panel { 783 .panel {
734 display: none; 784 display: none;
735 overflow: hidden; 785 overflow: hidden;
736 position: absolute; 786 position: absolute;
737 top: 0; 787 top: 0;
738 left: 0; 788 left: 0;
739 right: 0; 789 right: 0;
740 bottom: 0; 790 bottom: 0;
741 } 791 }
742 792
743 .panel.visible { 793 .panel.visible {
744 display: block; 794 display: block;
745 } 795 }
746 796
747 .resource-view { 797 .resource-view {
748 display: none; 798 display: none;
749 overflow: hidden;
750 position: absolute; 799 position: absolute;
751 top: 0; 800 top: 0;
752 left: 0; 801 left: 0;
753 right: 0; 802 right: 0;
754 bottom: 0; 803 bottom: 0;
755 overflow: hidden;
756 } 804 }
757 805
758 .resource-view.visible { 806 .resource-view.visible {
759 display: block; 807 display: block;
760 } 808 }
761 809
762 .resource-view.headers-visible { 810 .resource-view .scope-bar {
763 overflow-y: auto; 811 display: none;
764 overflow-x: hidden; 812 position: absolute;
813 height: 20px;
814 top: 0;
815 left: 0;
816 right: 0;
817 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236) ), to(rgb(217, 217, 217)));
818 border-bottom: 1px solid rgb(163, 163, 163);
819 }
820
821 .resource-view.headers-visible .scope-bar {
822 display: block;
823 }
824
825 .resource-view .scope-bar li {
826 border-bottom-left-radius: 0;
827 border-bottom-right-radius: 0;
765 } 828 }
766 829
767 .resource-view-headers { 830 .resource-view-headers {
768 display: none;
769 padding: 6px; 831 padding: 6px;
770 border-bottom: 1px solid rgb(64%, 64%, 64%); 832 -webkit-user-select: text;
771 background-color: white; 833 position: absolute;
772 -webkit-user-select: text; 834 top: 0;
835 left: 0;
836 right: 0;
837 bottom: 0;
838 overflow: auto;
839 }
840
841 .resource-view.headers-visible .resource-view-headers {
842 top: 20px;
773 } 843 }
774 844
775 .resource-view-headers .outline-disclosure .parent { 845 .resource-view-headers .outline-disclosure .parent {
776 -webkit-user-select: none; 846 -webkit-user-select: none;
777 font-weight: bold; 847 font-weight: bold;
778 } 848 }
779 849
780 .resource-view.headers-visible .resource-view-headers {
781 display: block;
782 }
783
784 .resource-view-headers .outline-disclosure .children li { 850 .resource-view-headers .outline-disclosure .children li {
785 white-space: nowrap; 851 white-space: nowrap;
786 } 852 }
787 853
788 .resource-view-headers .outline-disclosure li.expanded .header-count { 854 .resource-view-headers .outline-disclosure li.expanded .header-count {
789 display: none; 855 display: none;
790 } 856 }
791 857
792 .resource-view-headers .outline-disclosure .header-name { 858 .resource-view-headers .outline-disclosure .header-name {
793 color: rgb(33%, 33%, 33%); 859 color: rgb(33%, 33%, 33%);
794 display: inline-block; 860 display: inline-block;
795 width: 105px;
796 text-align: right;
797 margin-right: 0.5em; 861 margin-right: 0.5em;
798 font-weight: bold; 862 font-weight: bold;
799 vertical-align: top; 863 vertical-align: top;
800 overflow: hidden; 864 white-space: pre-wrap;
801 text-overflow: ellipsis;
802 } 865 }
803 866
804 .resource-view-headers .outline-disclosure .header-value { 867 .resource-view-headers .outline-disclosure .header-value {
805 display: inline-block; 868 display: inline;
806 white-space: normal;
807 word-break: break-word;
808 vertical-align: top;
809 margin-right: 100px; 869 margin-right: 100px;
870 white-space: pre-wrap;
871 word-break: break-all;
872 margin-top: 1px;
810 } 873 }
811 874
812 .resource-view-headers .outline-disclosure .raw-form-data { 875 .resource-view-headers .outline-disclosure .raw-form-data {
813 white-space:pre-wrap; 876 white-space:pre-wrap;
814 } 877 }
815 878
816 .resource-view .resource-view-content { 879 .resource-view .resource-view-content {
817 position: absolute; 880 position: absolute;
818 top: 0; 881 top: 0;
819 right: 0; 882 right: 0;
820 left: 0; 883 left: 0;
821 bottom: 0; 884 bottom: 0;
822 } 885 }
823 886
824 .resource-view.headers-visible .resource-view-content { 887 .resource-view.headers-visible .resource-view-content {
825 position: relative; 888 top: 20px;
826 top: auto;
827 right: auto;
828 left: auto;
829 bottom: auto;
830 }
831
832 .resource-view.headers-visible .source-view-frame {
833 height: auto;
834 vertical-align: top;
835 } 889 }
836 890
837 .webkit-line-gutter-backdrop { 891 .webkit-line-gutter-backdrop {
838 /* Keep this in sync with view-source.css (.webkit-line-gutter-backdrop) */ 892 /* Keep this in sync with view-source.css (.webkit-line-gutter-backdrop) */
839 width: 31px; 893 width: 31px;
840 background-color: rgb(240, 240, 240); 894 background-color: rgb(240, 240, 240);
841 border-right: 1px solid rgb(187, 187, 187); 895 border-right: 1px solid rgb(187, 187, 187);
842 position: absolute; 896 position: absolute;
843 z-index: -1; 897 z-index: -1;
844 left: 0; 898 left: 0;
(...skipping 27 matching lines...) Expand all
872 -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); 926 -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
873 -webkit-user-select: text; 927 -webkit-user-select: text;
874 -webkit-user-drag: auto; 928 -webkit-user-drag: auto;
875 } 929 }
876 930
877 .resource-url { 931 .resource-url {
878 vertical-align: middle; 932 vertical-align: middle;
879 } 933 }
880 934
881 .resource-status-image { 935 .resource-status-image {
936 margin-top: -3px;
882 vertical-align: middle; 937 vertical-align: middle;
883 } 938 }
884 939
885 .resource-view.image .title { 940 .resource-view.image .title {
886 text-align: center; 941 text-align: center;
887 font-size: 13px; 942 font-size: 13px;
888 } 943 }
889 944
890 .resource-view.image .infoList { 945 .resource-view.image .infoList {
891 margin: 0; 946 margin: 0;
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 right: 0; 1095 right: 0;
1041 height: 15px; 1096 height: 15px;
1042 z-index: -1; 1097 z-index: -1;
1043 } 1098 }
1044 1099
1045 .outline-disclosure li.selected .selection { 1100 .outline-disclosure li.selected .selection {
1046 display: block; 1101 display: block;
1047 background-color: rgb(212, 212, 212); 1102 background-color: rgb(212, 212, 212);
1048 } 1103 }
1049 1104
1050 :focus .outline-disclosure li.selected .selection { 1105 .outline-disclosure ol:focus li.selected .selection {
1051 background-color: rgb(56, 121, 217); 1106 background-color: rgb(56, 121, 217);
1052 } 1107 }
1053 1108
1109 .outline-disclosure {
1110 font-size: 11px;
1111 }
1112
1054 .outline-disclosure > ol { 1113 .outline-disclosure > ol {
1055 position: relative; 1114 position: relative;
1056 padding: 2px 6px !important; 1115 padding: 2px 6px !important;
1057 margin: 0; 1116 margin: 0;
1058 color: black; 1117 color: black;
1059 cursor: default; 1118 cursor: default;
1060 min-width: 100%; 1119 min-width: 100%;
1061 } 1120 }
1062 1121
1063 .outline-disclosure, .outline-disclosure ol { 1122 .outline-disclosure, .outline-disclosure ol {
1064 list-style-type: none; 1123 list-style-type: none;
1065 font-size: 11px;
1066 -webkit-padding-start: 12px; 1124 -webkit-padding-start: 12px;
1067 margin: 0; 1125 margin: 0;
1068 } 1126 }
1069 1127
1128 .source-code {
1129 font-family: monospace;
1130 font-size: 10px;
1131 white-space: pre-wrap;
1132 }
1133
1070 .outline-disclosure li { 1134 .outline-disclosure li {
1071 padding: 0 0 2px 14px; 1135 padding: 0 0 0 14px;
1072 margin-top: 1px; 1136 margin-top: 1px;
1073 margin-bottom: 1px; 1137 margin-bottom: 1px;
1074 word-wrap: break-word; 1138 word-wrap: break-word;
1075 text-indent: -2px 1139 text-indent: -2px;
1076 } 1140 }
1077 1141
1078 :focus .outline-disclosure li.selected { 1142 .resources .outline-disclosure li {
1143 text-indent: -1px;
1144 }
1145
1146 .outline-disclosure ol:focus li.selected {
1079 color: white; 1147 color: white;
1080 } 1148 }
1081 1149
1082 :focus .outline-disclosure li.selected * { 1150 .outline-disclosure ol:focus li.selected * {
1083 color: inherit; 1151 color: inherit;
1084 } 1152 }
1085 1153
1086 .outline-disclosure li.parent { 1154 .outline-disclosure li.parent {
1087 text-indent: -12px 1155 text-indent: -12px
1088 } 1156 }
1089 1157
1090 .outline-disclosure li .webkit-html-tag.close { 1158 .outline-disclosure li .webkit-html-tag.close {
1091 margin-left: -12px; 1159 margin-left: -12px;
1092 } 1160 }
1093 1161
1094 .outline-disclosure li.parent::before { 1162 .outline-disclosure li.parent::before {
1095 content: url(Images/treeRightTriangleBlack.png); 1163 content: url(Images/treeRightTriangleBlack.png);
1096 float: left; 1164 float: left;
1097 width: 8px; 1165 width: 8px;
1098 height: 8px; 1166 height: 8px;
1099 margin-top: 1px; 1167 margin-top: 1px;
1100 padding-right: 2px; 1168 padding-right: 2px;
1101 } 1169 }
1102 1170
1103 .outline-disclosure li.parent::before { 1171 .outline-disclosure li.parent::before {
1104 content: url(Images/treeRightTriangleBlack.png); 1172 content: url(Images/treeRightTriangleBlack.png);
1105 } 1173 }
1106 1174
1107 :focus .outline-disclosure li.parent.selected::before { 1175 .outline-disclosure ol:focus li.parent.selected::before {
1108 content: url(Images/treeRightTriangleWhite.png); 1176 content: url(Images/treeRightTriangleWhite.png);
1109 } 1177 }
1110 1178
1111 .outline-disclosure li.parent.expanded::before { 1179 .outline-disclosure li.parent.expanded::before {
1112 content: url(Images/treeDownTriangleBlack.png); 1180 content: url(Images/treeDownTriangleBlack.png);
1113 } 1181 }
1114 1182
1115 :focus .outline-disclosure li.parent.expanded.selected::before { 1183 .outline-disclosure ol:focus li.parent.expanded.selected::before {
1116 content: url(Images/treeDownTriangleWhite.png); 1184 content: url(Images/treeDownTriangleWhite.png);
1117 } 1185 }
1118 1186
1119 .outline-disclosure ol.children { 1187 .outline-disclosure ol.children {
1120 display: none; 1188 display: none;
1121 } 1189 }
1122 1190
1123 .outline-disclosure ol.children.expanded { 1191 .outline-disclosure ol.children.expanded {
1124 display: block; 1192 display: block;
1125 } 1193 }
1126 1194
1127 .webkit-html-comment {
1128 /* Keep this in sync with view-source.css (.webkit-html-comment) */
1129 color: rgb(35, 110, 37);
1130 }
1131
1132 .webkit-html-tag {
1133 /* Keep this in sync with view-source.css (.webkit-html-tag) */
1134 color: rgb(136, 18, 128);
1135 }
1136
1137 .webkit-html-doctype {
1138 /* Keep this in sync with view-source.css (.webkit-html-doctype) */
1139 color: rgb(192, 192, 192);
1140 }
1141
1142 .webkit-html-attribute-name {
1143 /* Keep this in sync with view-source.css (.webkit-html-attribute-name) */
1144 color: rgb(153, 69, 0);
1145 }
1146
1147 .webkit-html-attribute-value {
1148 /* Keep this in sync with view-source.css (.webkit-html-attribute-value) */
1149 color: rgb(26, 26, 166);
1150 }
1151
1152 .webkit-html-external-link, .webkit-html-resource-link {
1153 /* Keep this in sync with view-source.css (.webkit-html-external-link, .webk it-html-resource-link) */
1154 color: #00e;
1155 }
1156
1157 .webkit-html-external-link {
1158 /* Keep this in sync with view-source.css (.webkit-html-external-link) */
1159 text-decoration: none;
1160 }
1161
1162 .webkit-html-external-link:hover {
1163 /* Keep this in sync with view-source.css (.webkit-html-external-link:hover) */
1164 text-decoration: underline;
1165 }
1166
1167 .add-attribute { 1195 .add-attribute {
1168 margin-left: 1px; 1196 margin-left: 1px;
1169 margin-right: 1px; 1197 margin-right: 1px;
1170 white-space: nowrap; 1198 white-space: nowrap;
1171 } 1199 }
1172 1200
1173 .placard { 1201 .placard {
1174 position: relative; 1202 position: relative;
1175 margin-top: 1px; 1203 margin-top: 1px;
1176 padding: 3px 8px 4px 18px; 1204 padding: 3px 8px 4px 18px;
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 1349
1322 .section .header .subtitle a { 1350 .section .header .subtitle a {
1323 color: inherit; 1351 color: inherit;
1324 } 1352 }
1325 1353
1326 .section .properties, .event-bar .event-properties { 1354 .section .properties, .event-bar .event-properties {
1327 display: none; 1355 display: none;
1328 margin: 0; 1356 margin: 0;
1329 padding: 2px 6px 3px; 1357 padding: 2px 6px 3px;
1330 list-style: none; 1358 list-style: none;
1331 background-color: white;
1332 min-height: 18px; 1359 min-height: 18px;
1333 } 1360 }
1334 1361
1335 .section.no-affect .properties li { 1362 .section.no-affect .properties li {
1336 opacity: 0.5; 1363 opacity: 0.5;
1337 } 1364 }
1338 1365
1339 .section.no-affect .properties li.editing { 1366 .section.no-affect .properties li.editing {
1340 opacity: 1.0; 1367 opacity: 1.0;
1341 } 1368 }
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 margin-bottom: -1px; 1494 margin-bottom: -1px;
1468 padding-bottom: 1px; 1495 padding-bottom: 1px;
1469 opacity: 1.0 !important; 1496 opacity: 1.0 !important;
1470 } 1497 }
1471 1498
1472 .editing, .editing * { 1499 .editing, .editing * {
1473 color: black !important; 1500 color: black !important;
1474 text-decoration: none !important; 1501 text-decoration: none !important;
1475 } 1502 }
1476 1503
1504 .elements-tree-editor {
1505 -webkit-user-select: text;
1506 -webkit-user-modify: read-write-plaintext-only;
1507 }
1508
1477 .section .properties li.editing { 1509 .section .properties li.editing {
1478 margin-left: 10px; 1510 margin-left: 10px;
1479 text-overflow: clip; 1511 text-overflow: clip;
1480 } 1512 }
1481 1513
1482 li.editing .swatch, li.editing .enabled-button, li.editing-sub-part .delete-but ton { 1514 li.editing .swatch, li.editing .enabled-button, li.editing-sub-part .delete-but ton {
1483 display: none !important; 1515 display: none !important;
1484 } 1516 }
1485 1517
1486 .watch-expressions > li.editing-sub-part .name { 1518 .watch-expressions > li.editing-sub-part .name {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1545 } 1577 }
1546 1578
1547 .section .properties .name, .event-properties .name { 1579 .section .properties .name, .event-properties .name {
1548 color: rgb(136, 19, 145); 1580 color: rgb(136, 19, 145);
1549 } 1581 }
1550 1582
1551 .section .properties .value.dimmed { 1583 .section .properties .value.dimmed {
1552 color: rgb(100, 100, 100); 1584 color: rgb(100, 100, 100);
1553 } 1585 }
1554 1586
1587 .section .properties .value.error {
1588 color: red;
1589 }
1590
1555 .section .properties .number, .event-properties .number { 1591 .section .properties .number, .event-properties .number {
1556 color: blue; 1592 color: blue;
1557 } 1593 }
1558 1594
1559 .section .properties .priority { 1595 .section .properties .priority {
1560 color: rgb(128, 0, 0); 1596 color: rgb(128, 0, 0);
1561 } 1597 }
1562 1598
1563 .section .properties .keyword, .event-properties .keyword { 1599 .section .properties .keyword, .event-properties .keyword {
1564 color: rgb(136, 19, 79); 1600 color: rgb(136, 19, 79);
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 display: inline-block; 1810 display: inline-block;
1775 } 1811 }
1776 1812
1777 .metrics .bottom { 1813 .metrics .bottom {
1778 display: inline-block; 1814 display: inline-block;
1779 } 1815 }
1780 1816
1781 .sidebar { 1817 .sidebar {
1782 position: absolute; 1818 position: absolute;
1783 top: 0; 1819 top: 0;
1784 min-height: 100%; 1820 bottom: 0;
1785 left: 0; 1821 left: 0;
1786 width: 200px; 1822 width: 200px;
1787 overflow-y: auto; 1823 overflow-y: auto;
1788 overflow-x: hidden; 1824 overflow-x: hidden;
1789 background-color: rgb(214, 221, 229); 1825 background-color: rgb(214, 221, 229);
1790 border-right: 1px solid rgb(64%, 64%, 64%); 1826 border-right: 1px solid rgb(64%, 64%, 64%);
1791 } 1827 }
1792 1828
1793 body.inactive .sidebar { 1829 body.inactive .sidebar {
1794 background-color: rgb(232, 232, 232); 1830 background-color: rgb(232, 232, 232);
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 .data-grid-resizer { 2103 .data-grid-resizer {
2068 position: absolute; 2104 position: absolute;
2069 top: 0; 2105 top: 0;
2070 bottom: 0; 2106 bottom: 0;
2071 width: 5px; 2107 width: 5px;
2072 z-index: 500; 2108 z-index: 500;
2073 cursor: col-resize; 2109 cursor: col-resize;
2074 } 2110 }
2075 2111
2076 .storage-view.query { 2112 .storage-view.query {
2077 font-size: initial;
2078 font-family: monospace;
2079 padding: 2px 0; 2113 padding: 2px 0;
2080 overflow-y: overlay; 2114 overflow-y: overlay;
2081 overflow-x: hidden; 2115 overflow-x: hidden;
2082 -webkit-text-size-adjust: auto; 2116 -webkit-text-size-adjust: auto;
2083 } 2117 }
2084 2118
2085 .database-query-prompt { 2119 .database-query-prompt {
2086 position: relative; 2120 position: relative;
2087 padding: 1px 22px 1px 24px; 2121 padding: 1px 22px 1px 24px;
2088 min-height: 16px; 2122 min-height: 16px;
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
2182 font-size: 10px; 2216 font-size: 10px;
2183 color: rgb(110, 116, 128); 2217 color: rgb(110, 116, 128);
2184 margin-bottom: 12px; 2218 margin-bottom: 12px;
2185 margin-left: 20px; 2219 margin-left: 20px;
2186 } 2220 }
2187 2221
2188 .panel-enabler-disclaimer:empty { 2222 .panel-enabler-disclaimer:empty {
2189 display: none; 2223 display: none;
2190 } 2224 }
2191 2225
2192 .panel-enabler-view img { 2226 .panel-enabler-view img, div.welcome-instructions-aligner {
2193 height: 100%; 2227 height: 100%;
2194 min-height: 200px; 2228 min-height: 200px;
2195 max-width: 100%; 2229 max-width: 100%;
2196 top: 0; 2230 top: 0;
2197 bottom: 0; 2231 bottom: 0;
2198 padding: 20px 0 20px 20px; 2232 padding: 20px 0 20px 20px;
2199 margin: auto; 2233 margin: auto;
2200 vertical-align: middle; 2234 vertical-align: middle;
2201 } 2235 }
2202 2236
(...skipping 12 matching lines...) Expand all
2215 } 2249 }
2216 2250
2217 .panel-enabler-view label { 2251 .panel-enabler-view label {
2218 position: relative; 2252 position: relative;
2219 display: block; 2253 display: block;
2220 text-align: left; 2254 text-align: left;
2221 word-break: break-word; 2255 word-break: break-word;
2222 margin: 0 0 5px 20px; 2256 margin: 0 0 5px 20px;
2223 } 2257 }
2224 2258
2225 .panel-enabler-view button, .pane button { 2259 .panel-enabler-view button:not(.status-bar-item), .pane button, button.show-all- nodes {
2226 color: rgb(6, 6, 6); 2260 color: rgb(6, 6, 6);
2227 background-color: transparent; 2261 background-color: transparent;
2228 border: 1px solid rgb(165, 165, 165); 2262 border: 1px solid rgb(165, 165, 165);
2229 background-color: rgb(237, 237, 237); 2263 background-color: rgb(237, 237, 237);
2230 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 52, 252, 252)), to(rgb(223, 223, 223))); 2264 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 52, 252, 252)), to(rgb(223, 223, 223)));
2231 -webkit-border-radius: 12px; 2265 -webkit-border-radius: 12px;
2232 -webkit-appearance: none; 2266 -webkit-appearance: none;
2233 } 2267 }
2234 2268
2235 .panel-enabler-view button { 2269 .panel-enabler-view button:not(.status-bar-item) {
2236 font-size: 13px; 2270 font-size: 13px;
2237 margin: 6px 0 0 0; 2271 margin: 6px 0 0 0;
2238 padding: 3px 20px; 2272 padding: 3px 20px;
2239 height: 24px; 2273 height: 24px;
2240 } 2274 }
2241 2275
2276 button.show-all-nodes {
2277 font-size: 13px;
2278 margin: 0;
2279 padding: 0 20px;
2280 height: 20px;
2281 }
2282
2283 .panel-enabler-view.welcome {
2284 z-index: auto;
2285 }
2286
2287 .panel-enabler-view.welcome div.welcome-instructions-aligner {
2288 display: inline-block;
2289 width: 0;
2290 }
2291
2292 .panel-enabler-view.welcome .instructions {
2293 display: inline-block;
2294 vertical-align: middle;
2295 width: 330px;
2296 margin: 0;
2297 white-space: normal;
2298 line-height: 175%;
2299 }
2300
2301 .panel-enabler-view.welcome .message {
2302 margin-bottom: 2ex;
2303 }
2304
2305 .panel-enabler-view.welcome button.status-bar-item {
2306 vertical-align: middle;
2307 }
2308
2242 .pane button { 2309 .pane button {
2243 margin: 6px 0 6px 3px; 2310 margin: 6px 0 6px 3px;
2244 padding: 2px 9px; 2311 padding: 2px 9px;
2245 } 2312 }
2246 2313
2247 .panel-enabler-view button:active, .pane button:active { 2314 .panel-enabler-view button:active:not(.status-bar-item), .pane button:active, bu tton.show-all-nodes:active {
2248 background-color: rgb(215, 215, 215); 2315 background-color: rgb(215, 215, 215);
2249 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 94, 194, 194)), to(rgb(239, 239, 239))); 2316 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1 94, 194, 194)), to(rgb(239, 239, 239)));
2250 } 2317 }
2251 2318
2252 body.inactive .panel-enabler-view button, .panel-enabler-view button:disabled, b ody.inactive .pane button, .pane button:disabled { 2319 body.inactive .panel-enabler-view button:not(.status-bar-item), .panel-enabler-v iew button:disabled:not(.status-bar-item), body.inactive .pane button, .pane but ton:disabled, body.inactive button.show-all-nodes {
2253 color: rgb(130, 130, 130); 2320 color: rgb(130, 130, 130);
2254 border-color: rgb(212, 212, 212); 2321 border-color: rgb(212, 212, 212);
2255 background-color: rgb(239, 239, 239); 2322 background-color: rgb(239, 239, 239);
2256 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 50, 250, 250)), to(rgb(235, 235, 235))); 2323 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(2 50, 250, 250)), to(rgb(235, 235, 235)));
2257 } 2324 }
2258 2325
2259 .panel-enabler-view input { 2326 .panel-enabler-view input {
2260 height: 17px; 2327 height: 17px;
2261 width: 17px; 2328 width: 17px;
2262 border: 1px solid rgb(165, 165, 165); 2329 border: 1px solid rgb(165, 165, 165);
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2341 } 2408 }
2342 2409
2343 #scripts-step-into img { 2410 #scripts-step-into img {
2344 content: url(Images/debuggerStepInto.png); 2411 content: url(Images/debuggerStepInto.png);
2345 } 2412 }
2346 2413
2347 #scripts-step-out img { 2414 #scripts-step-out img {
2348 content: url(Images/debuggerStepOut.png); 2415 content: url(Images/debuggerStepOut.png);
2349 } 2416 }
2350 2417
2418 .toggle-breakpoints .glyph {
2419 -webkit-mask-image: url(Images/breakpointsActivateButtonGlyph.png);
2420 background-color: rgb(96, 96, 96) !important;
2421 }
2422
2423 .toggle-breakpoints.toggled-on .glyph {
2424 -webkit-mask-image: url(Images/breakpointsDeactivateButtonGlyph.png);
2425 }
2426
2351 #scripts-debugger-status { 2427 #scripts-debugger-status {
2352 position: absolute; 2428 position: absolute;
2353 line-height: 24px; 2429 line-height: 24px;
2354 top: 0; 2430 top: 0;
2355 right: 8px; 2431 right: 8px;
2356 } 2432 }
2357 2433
2358 #scripts-sidebar-resizer-widget { 2434 #scripts-sidebar-resizer-widget {
2359 position: absolute; 2435 position: absolute;
2360 top: 0; 2436 top: 0;
(...skipping 11 matching lines...) Expand all
2372 right: 0; 2448 right: 0;
2373 top: 0; 2449 top: 0;
2374 bottom: 0; 2450 bottom: 0;
2375 width: 225px; 2451 width: 225px;
2376 overflow: hidden; 2452 overflow: hidden;
2377 border-left: 1px solid rgb(64%, 64%, 64%); 2453 border-left: 1px solid rgb(64%, 64%, 64%);
2378 } 2454 }
2379 2455
2380 #script-resource-views { 2456 #script-resource-views {
2381 display: block; 2457 display: block;
2382 overflow: auto;
2383 padding: 0; 2458 padding: 0;
2384 position: absolute; 2459 position: absolute;
2385 top: 23px; 2460 top: 23px;
2386 left: 0; 2461 left: 0;
2387 right: 225px; 2462 right: 225px;
2388 bottom: 0; 2463 bottom: 0;
2389 } 2464 }
2390 2465
2391 .script-view { 2466 .script-view {
2392 display: none; 2467 display: none;
(...skipping 18 matching lines...) Expand all
2411 background-color: rgb(245, 245, 245); 2486 background-color: rgb(245, 245, 245);
2412 border-left: 1px solid rgb(64%, 64%, 64%); 2487 border-left: 1px solid rgb(64%, 64%, 64%);
2413 cursor: default; 2488 cursor: default;
2414 overflow: auto; 2489 overflow: auto;
2415 } 2490 }
2416 2491
2417 .resources-larger-resources-status-bar-item .glyph { 2492 .resources-larger-resources-status-bar-item .glyph {
2418 -webkit-mask-image: url(Images/largerResourcesButtonGlyph.png); 2493 -webkit-mask-image: url(Images/largerResourcesButtonGlyph.png);
2419 } 2494 }
2420 2495
2421 #resources-filter { 2496 #resources-filter, #console-filter.console-filter-top {
2422 background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 23 6, 236)), to(rgb(217, 217, 217))); 2497 background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 23 6, 236)), to(rgb(217, 217, 217)));
2423 border-bottom: 1px solid rgb(64%, 64%, 64%); 2498 border-bottom: 1px solid rgb(64%, 64%, 64%);
2499 width: 100%;
2500 }
2501
2502 #console-messages.console-filter-top {
2503 margin-top: 23px;
2424 } 2504 }
2425 2505
2426 #console-filter { 2506 #console-filter {
2427 margin-top: 1px; 2507 margin-top: 1px;
2428 } 2508 }
2429 2509
2430 .scope-bar { 2510 .scope-bar {
2431 height: 23px; 2511 height: 23px;
2432 padding: 2px 10px 0; 2512 padding: 2px 10px 0;
2433 overflow: hidden; 2513 overflow: hidden;
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
2674 } 2754 }
2675 2755
2676 .resources-graph-label:empty { 2756 .resources-graph-label:empty {
2677 display: none; 2757 display: none;
2678 } 2758 }
2679 2759
2680 .resources-graph-label.waiting { 2760 .resources-graph-label.waiting {
2681 margin-right: 5px; 2761 margin-right: 5px;
2682 } 2762 }
2683 2763
2764 .resources-graph-label.waiting-right {
2765 margin-left: 5px;
2766 }
2767
2684 .resources-graph-label.before { 2768 .resources-graph-label.before {
2685 color: rgba(0, 0, 0, 0.7); 2769 color: rgba(0, 0, 0, 0.7);
2686 text-shadow: none; 2770 text-shadow: none;
2687 text-align: right; 2771 text-align: right;
2688 margin-right: 2px; 2772 margin-right: 2px;
2689 } 2773 }
2690 2774
2691 .resources-graph-label.before::after { 2775 .resources-graph-label.before::after {
2692 padding-left: 2px; 2776 padding-left: 2px;
2693 height: 6px; 2777 height: 6px;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2742 .filter-all .console-warning-level, .filter-warnings .console-warning-level, 2826 .filter-all .console-warning-level, .filter-warnings .console-warning-level,
2743 .filter-all .console-error-level, .filter-errors .console-error-level, 2827 .filter-all .console-error-level, .filter-errors .console-error-level,
2744 .filter-all .console-log-level, .filter-logs .console-log-level { 2828 .filter-all .console-log-level, .filter-logs .console-log-level {
2745 display: block; 2829 display: block;
2746 } 2830 }
2747 2831
2748 .console-user-command-result { 2832 .console-user-command-result {
2749 display: block; 2833 display: block;
2750 } 2834 }
2751 2835
2752 .resources-graph-bar.waiting { 2836 .resources-graph-bar.waiting, .resources-graph-bar.waiting-right {
2753 opacity: 0.35; 2837 opacity: 0.35;
2754 } 2838 }
2755 2839
2756 .resource-cached .resources-graph-bar { 2840 .resource-cached .resources-graph-bar {
2757 -webkit-border-image: url(Images/timelineHollowPillGray.png) 6 7 6 7; 2841 -webkit-border-image: url(Images/timelineHollowPillGray.png) 6 7 6 7;
2758 } 2842 }
2759 2843
2760 .resources-category-documents .resources-graph-bar { 2844 .resources-category-documents .resources-graph-bar {
2761 -webkit-border-image: url(Images/timelinePillBlue.png) 6 7 6 7; 2845 -webkit-border-image: url(Images/timelinePillBlue.png) 6 7 6 7;
2762 } 2846 }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 } 2882 }
2799 2883
2800 .resources-category-xhr .resources-graph-bar { 2884 .resources-category-xhr .resources-graph-bar {
2801 -webkit-border-image: url(Images/timelinePillYellow.png) 6 7 6 7; 2885 -webkit-border-image: url(Images/timelinePillYellow.png) 6 7 6 7;
2802 } 2886 }
2803 2887
2804 .resources-category-xhr.resource-cached .resources-graph-bar { 2888 .resources-category-xhr.resource-cached .resources-graph-bar {
2805 -webkit-border-image: url(Images/timelineHollowPillYellow.png) 6 7 6 7; 2889 -webkit-border-image: url(Images/timelineHollowPillYellow.png) 6 7 6 7;
2806 } 2890 }
2807 2891
2808 .tip-button {
2809 background-image: url(Images/tipIcon.png);
2810 border: none;
2811 width: 16px;
2812 height: 16px;
2813 float: right;
2814 background-color: transparent;
2815 margin-top: 1px;
2816 }
2817
2818 .tip-button:active {
2819 background-image: url(Images/tipIconPressed.png);
2820 }
2821
2822 .tip-balloon {
2823 position: absolute;
2824 left: 145px;
2825 top: -5px;
2826 z-index: 1000;
2827 border-width: 51px 15px 18px 37px;
2828 -webkit-border-image: url(Images/tipBalloon.png) 51 15 18 37;
2829 width: 265px;
2830 }
2831
2832 .tip-balloon.bottom {
2833 position: absolute;
2834 left: 145px;
2835 top: auto;
2836 bottom: -7px;
2837 z-index: 1000;
2838 border-width: 18px 15px 51px 37px;
2839 -webkit-border-image: url(Images/tipBalloonBottom.png) 18 15 51 37;
2840 }
2841
2842 .tip-balloon-content {
2843 margin-top: -40px;
2844 margin-bottom: -2px;
2845 margin-left: 2px;
2846 }
2847
2848 .tip-balloon.bottom .tip-balloon-content {
2849 margin-top: -10px;
2850 margin-bottom: -35px;
2851 }
2852
2853 #resource-views { 2892 #resource-views {
2854 position: absolute; 2893 position: absolute;
2855 top: 23px; 2894 top: 23px;
2856 right: 0; 2895 right: 0;
2857 left: 200px; 2896 left: 200px;
2858 bottom: 0; 2897 bottom: 0;
2859 } 2898 }
2860 2899
2861 .source-view-frame { 2900 .source-view-frame {
2862 width: 100%; 2901 width: 100%;
2863 height: 100%; 2902 height: 100%;
2864 } 2903 }
2865 2904
2866 .sidebar-resizer-vertical { 2905 .sidebar-resizer-vertical {
2867 position: absolute; 2906 position: absolute;
2868 top: 0; 2907 top: 0;
2869 min-height: 100%; 2908 bottom: 0;
2870 width: 5px; 2909 width: 5px;
2871 z-index: 500; 2910 z-index: 500;
2872 cursor: col-resize; 2911 cursor: col-resize;
2873 } 2912 }
2874 2913
2875 .resources .sidebar-resizer-vertical { 2914 .resources .sidebar-resizer-vertical {
2876 top: 23px; 2915 top: 23px;
2877 } 2916 }
2878 2917
2879 .sidebar-tree, .sidebar-tree .children { 2918 .sidebar-tree, .sidebar-tree .children {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 display: inline-block; 3052 display: inline-block;
3014 height: 14px; 3053 height: 14px;
3015 min-width: 16px; 3054 min-width: 16px;
3016 margin-top: 1px; 3055 margin-top: 1px;
3017 background-color: rgb(128, 151, 189); 3056 background-color: rgb(128, 151, 189);
3018 vertical-align: middle; 3057 vertical-align: middle;
3019 white-space: nowrap; 3058 white-space: nowrap;
3020 padding: 1px 4px; 3059 padding: 1px 4px;
3021 text-align: center; 3060 text-align: center;
3022 font-size: 11px; 3061 font-size: 11px;
3062 line-height: normal;
3023 font-family: Helvetica, Arial, sans-serif; 3063 font-family: Helvetica, Arial, sans-serif;
3024 font-weight: bold; 3064 font-weight: bold;
3025 text-shadow: none; 3065 text-shadow: none;
3026 color: white; 3066 color: white;
3027 -webkit-border-radius: 7px; 3067 -webkit-border-radius: 7px;
3028 } 3068 }
3029 3069
3030 .sidebar-tree-item .status .bubble:empty { 3070 .sidebar-tree-item .status .bubble:empty {
3031 display: none; 3071 display: none;
3032 } 3072 }
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
3276 /* Timeline Style */ 3316 /* Timeline Style */
3277 3317
3278 #timeline-overview-panel { 3318 #timeline-overview-panel {
3279 position: absolute; 3319 position: absolute;
3280 top: 0; 3320 top: 0;
3281 left: 0; 3321 left: 0;
3282 right: 0; 3322 right: 0;
3283 height: 80px; 3323 height: 80px;
3284 } 3324 }
3285 3325
3326 #timeline-overview-panel .timeline-graph-bar {
3327 pointer-events: none;
3328 }
3329
3286 .timeline-sidebar-background { 3330 .timeline-sidebar-background {
3287 top: 90px; 3331 top: 90px;
3288 bottom: 0; 3332 bottom: 0;
3289 } 3333 }
3290 3334
3291 .timeline .sidebar { 3335 .timeline .sidebar {
3292 overflow-y: hidden; 3336 overflow-y: hidden;
3293 z-index: 100; 3337 z-index: 100;
3338 min-height: 100%;
3339 bottom: auto;
3294 } 3340 }
3295 3341
3296 #timeline-overview-separator { 3342 #timeline-overview-separator {
3297 position: absolute; 3343 position: absolute;
3298 top: 80px; 3344 top: 80px;
3299 left: 0; 3345 left: 0;
3300 right: 0; 3346 right: 0;
3301 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(253, 253, 253) ), to(rgb(213, 213, 213))); 3347 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(253, 253, 253) ), to(rgb(213, 213, 213)));
3302 border-top: 1px solid rgb(140, 140, 140); 3348 border-top: 1px solid rgb(140, 140, 140);
3303 border-bottom: 1px solid rgb(115, 115, 115); 3349 border-bottom: 1px solid rgb(115, 115, 115);
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
3527 .timeline-graph-bar { 3573 .timeline-graph-bar {
3528 position: absolute; 3574 position: absolute;
3529 top: 0; 3575 top: 0;
3530 bottom: 0; 3576 bottom: 0;
3531 margin: auto -2px; 3577 margin: auto -2px;
3532 border-width: 4px 4px 5px; 3578 border-width: 4px 4px 5px;
3533 height: 9px; 3579 height: 9px;
3534 min-width: 5px; 3580 min-width: 5px;
3535 opacity: 0.8; 3581 opacity: 0.8;
3536 -webkit-border-image: url(Images/timelineBarGray.png) 4 4 5 4; 3582 -webkit-border-image: url(Images/timelineBarGray.png) 4 4 5 4;
3537 pointer-events: none; 3583 z-index: 180;
3584 pointer-events: visibleFill;
3538 } 3585 }
3539 3586
3540 .timeline-graph-side.even { 3587 .timeline-graph-side.even {
3541 background-color: rgba(0, 0, 0, 0.05); 3588 background-color: rgba(0, 0, 0, 0.05);
3542 } 3589 }
3543 3590
3544 .timeline-category-loading .timeline-graph-bar { 3591 .timeline-category-loading .timeline-graph-bar {
3545 -webkit-border-image: url(Images/timelineBarBlue.png) 4 4 5 4; 3592 -webkit-border-image: url(Images/timelineBarBlue.png) 4 4 5 4;
3546 } 3593 }
3547 3594
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
3727 -webkit-padding-start: 2px; 3774 -webkit-padding-start: 2px;
3728 list-style: none; 3775 list-style: none;
3729 margin: 0; 3776 margin: 0;
3730 } 3777 }
3731 3778
3732 .breakpoint-list li { 3779 .breakpoint-list li {
3733 white-space: nowrap; 3780 white-space: nowrap;
3734 text-overflow: ellipsis; 3781 text-overflow: ellipsis;
3735 overflow: hidden; 3782 overflow: hidden;
3736 margin: 4px 0; 3783 margin: 4px 0;
3784 color: rgb(33%, 33%, 33%);
3785 cursor: pointer;
3786 }
3787
3788 .breakpoint-list li:hover {
3789 color: rgb(15%, 15%, 15%);
3737 } 3790 }
3738 3791
3739 .breakpoint-list .checkbox-elem { 3792 .breakpoint-list .checkbox-elem {
3740 font-size: 10px; 3793 font-size: 10px;
3741 margin: 0 4px; 3794 margin: 0 4px;
3742 vertical-align: top; 3795 vertical-align: top;
3743 position: relative; 3796 position: relative;
3744 z-index: 1; 3797 z-index: 1;
3745 } 3798 }
3746 3799
3747 .breakpoint-list .source-text { 3800 .breakpoint-list .source-text {
3748 font-family: monospace;
3749 white-space: nowrap; 3801 white-space: nowrap;
3750 text-overflow: ellipsis; 3802 text-overflow: ellipsis;
3751 overflow: hidden; 3803 overflow: hidden;
3752 margin: 2px 0 0px 20px; 3804 margin: 2px 0 0px 20px;
3753 } 3805 }
3754 3806
3755 .breakpoint-list a {
3756 color: rgb(33%, 33%, 33%);
3757 cursor: pointer;
3758 }
3759
3760 .breakpoint-list a:hover {
3761 color: rgb(15%, 15%, 15%);
3762 }
3763
3764 .webkit-html-js-node, .webkit-html-css-node { 3807 .webkit-html-js-node, .webkit-html-css-node {
3765 white-space: pre; 3808 white-space: pre;
3766 } 3809 }
3810
3811 .source-frame-breakpoint-condition {
3812 z-index: 30;
3813 padding: 4px;
3814 background-color: rgb(203, 226, 255);
3815 -webkit-border-radius: 7px;
3816 border: 2px solid rgb(169, 172, 203);
3817 width: 90%;
3818 }
3819
3820 .source-frame-breakpoint-message {
3821 background-color: transparent;
3822 font-family: Lucida Grande, sans-serif;
3823 font-weight: normal;
3824 font-size: 11px;
3825 text-align: left;
3826 text-shadow: none;
3827 color: rgb(85, 85, 85);
3828 cursor: default;
3829 margin: 0 0 2px 0;
3830 }
3831
3832 #source-frame-breakpoint-condition {
3833 margin: 0;
3834 border: 1px inset rgb(190, 190, 190) !important;
3835 width: 100%;
3836 box-shadow: none !important;
3837 outline: none !important;
3838 -webkit-user-modify: read-write;
3839 }
3840
3841 .source-frame-popover-title {
3842 text-overflow: ellipsis;
3843 overflow: hidden;
3844 white-space: nowrap;
3845 font-weight: bold;
3846 padding-left: 18px;
3847 }
3848
3849 .source-frame-popover-tree {
3850 border-top: 1px solid rgb(194, 194, 147);
3851 overflow: auto;
3852 position: absolute;
3853 top: 15px;
3854 bottom: 0;
3855 left: 0;
3856 right: 0;
3857 }
3858
3859 .source-frame-eval-expression {
3860 border: 1px solid rgb(163, 41, 34);
3861 margin: -1px;
3862 background-color: rgb(255, 255, 194);
3863 }
3864
3865 .timeline-details {
3866 -webkit-user-select: text;
3867 }
3868
3869 .timeline-details-row-title {
3870 font-weight: bold;
3871 text-align: right;
3872 white-space: nowrap;
3873 }
3874
3875 .timeline-details-row-data {
3876 white-space: nowrap;
3877 }
3878
3879 .timeline-details-title {
3880 font-weight: bold;
3881 white-space: nowrap;
3882 }
3883
OLDNEW
« no previous file with comments | « resources/inspector/heap_profiler_panel.js ('k') | resources/inspector/inspector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698