2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
15 * its contributors may be used to endorse or promote products derived
16 * from this software without specific prior written permission.
18 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
19 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
22 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
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
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
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 input[type="search"]:focus, input[type="text"]:focus {
31 outline: auto 5px -webkit-focus-ring-color;
47 white-space: nowrap !important;
56 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
59 border-bottom: 1px solid rgb(80, 80, 80);
60 -webkit-box-orient: horizontal;
61 -webkit-background-origin: padding;
62 -webkit-background-clip: padding;
65 body.show-toolbar-icons #toolbar {
69 body.show-toolbar-icons.dock-to-bottom #toolbar {
73 body.inactive #toolbar {
74 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207)));
75 border-bottom: 1px solid rgb(64%, 64%, 64%);
78 body.undocked.platform-mac-leopard #toolbar,
79 body.undocked.platform-mac-snowleopard #toolbar {
80 background: transparent;
83 body.dock-to-bottom #toolbar {
85 border-top: 1px solid rgb(100, 100, 100);
89 body.dock-to-bottom.port-qt #toolbar {
93 body.dock-to-bottom.inactive #toolbar {
94 border-top: 1px solid rgb(64%, 64%, 64%);
100 background-color: transparent;
102 border-color: transparent;
105 body:not(.show-toolbar-icons) .toolbar-item {
109 body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable {
113 body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable.toggled-on {
117 body.show-toolbar-icons .toolbar-item.toggleable {
122 body.show-toolbar-icons.dock-to-bottom .toolbar-item.toggleable {
127 .toolbar-item.toggleable.toggled-on {
128 border-width: 0 2px 0 2px;
131 -webkit-border-image: url(Images/toolbarItemSelected.png) 0 2 0 2;
138 background-image: url(Images/toolbarIcons.png);
142 body.dock-to-bottom .toolbar-icon {
145 vertical-align: middle;
146 background-image: url(Images/toolbarIconsSmall.png);
149 body.show-toolbar-icons .toolbar-icon {
150 display: inline-block;
153 body.dock-to-bottom .toolbar-icon.custom-toolbar-icon {
154 background-position-x: -32px;
157 .toolbar-item:active .toolbar-icon {
158 background-position-y: 32px;
161 body.dock-to-bottom .toolbar-item:active .toolbar-icon {
162 background-position-y: 24px;
168 font-family: Lucida Grande, sans-serif;
169 text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
172 body.show-toolbar-icons .toolbar-label {
175 .toolbar-item.toggleable:active .toolbar-label {
179 body.show-toolbar-icons.dock-to-bottom .toolbar-label {
180 display: inline-block;
185 body.dock-to-bottom #search-toolbar-label {
191 display: -webkit-box;
192 -webkit-box-align: center;
196 #toolbar-dropdown-arrow {
200 background-color: transparent;
201 -webkit-border-radius: 5px;
205 /* A line height of 0 allows precise text positioning using padding. */
207 padding: 11px 6px 11px;
210 #toolbar-dropdown-arrow.dropdown-visible {
211 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0.9)), to(rgba(231, 231, 231, 0.9)));
214 #toolbar-dropdown-arrow:hover {
215 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 191, 191, 0.7)), to(rgba(171, 171, 171, 0.5)));
218 #toolbar-dropdown-arrow:active {
219 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 111, 111, 0.8)), to(rgba(91, 91, 91, 0.8)));
225 -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
226 border: 1px solid rgb(128, 128, 128);
227 background-color: inherit;
228 background-image: inherit;
231 body.show-toolbar-icons #toolbar-dropdown {
235 body.undocked.platform-mac-leopard #toolbar-dropdown,
236 body.undocked.platform-mac-snowleopard #toolbar-dropdown {
237 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
240 #toolbar-dropdown .scrollable-content {
241 display: -webkit-box;
242 -webkit-box-orient: vertical;
243 -webkit-box-align: start;
247 #toolbar-dropdown .toolbar-item {
248 display: -webkit-box;
249 -webkit-box-orient: horizontal;
251 border: 1px solid rgba(0, 0, 0, 0);
254 body.show-toolbar-icons #toolbar-dropdown .toolbar-item {
261 #toolbar-dropdown .toolbar-item.toggleable.toggled-on {
262 border: 1px solid rgba(100, 100, 120, 0.4);
263 -webkit-border-image: none;
264 background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 0.6)), to(rgba(128, 128, 128, 0.6)), color-stop(20%, rgba(158, 158, 158, 0.2)), color-stop(80%, rgba(158, 158, 158, 0.2)));
267 #toolbar-dropdown .toolbar-item.toggleable:hover {
268 background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 0.6)), to(rgba(128, 128, 128, 0.3)), color-stop(20%, rgba(158, 158, 158, 0.2)), color-stop(80%, rgba(158, 158, 158, 0.1)));
271 #toolbar-dropdown .toolbar-icon {
275 #toolbar-dropdown .toolbar-label {
280 body.show-toolbar-icons #toolbar-dropdown .toolbar-label {
284 .scrollable-content {
293 .scrollable-content::-webkit-scrollbar {
297 .scrollable-content::-webkit-scrollbar-corner,
298 .scrollable-content::-webkit-resizer {
302 .scrollable-content::-webkit-scrollbar-thumb:vertical {
303 background: -webkit-gradient(linear, left top, right top, from(rgb(192, 192, 192)), to(rgb(192, 192, 192)), color-stop(40%, rgb(214, 214, 214)));
308 .scrollable-content::-webkit-scrollbar-thumb:vertical:hover,
309 .scrollable-content::-webkit-scrollbar-thumb:vertical:active {
310 background: -webkit-gradient(linear, left top, right top, from(rgb(230, 230, 230)), to(rgb(230, 230, 230)), color-stop(40%, rgb(252, 252, 252)));
313 .scrollable-content::-webkit-scrollbar-track:vertical {
314 background: -webkit-gradient(linear, left top, right top, from(rgb(128, 128, 128)), to(rgb(164, 164, 164)), color-stop(25%, rgb(164, 164, 164)));
319 -webkit-appearance: none;
327 -webkit-appearance: none;
334 .search-replace:focus {
346 .toolbar-search-navigation-controls {
351 background-image: -webkit-linear-gradient(rgb(228, 228, 228), rgb(206, 206, 206));
354 .toolbar-search-navigation {
355 display: inline-block;
358 background-repeat: no-repeat;
359 background-position: 4px 7px;
360 border-left: 1px solid rgb(170, 170, 170);
364 .toolbar-search-navigation.enabled {
368 .toolbar-search input[type="checkbox"] {
375 .toolbar-search button {
376 border: 1px solid rgb(163, 163, 163);
380 background-image: -webkit-linear-gradient(rgb(241, 241, 241), rgb(220, 220, 220));
384 .toolbar-search button:active {
385 background-image: -webkit-linear-gradient(rgb(185, 185, 185), rgb(156, 156, 156));
388 .toolbar-search-control {
389 display: inline-block;
391 background-color: white;
392 border: 1px solid rgb(163, 163, 163);
398 .toolbar-replace-control {
399 border: 1px solid rgb(163, 163, 163);
405 .toolbar-search-navigation.enabled:active {
406 background-position: 4px 7px, 0px 0px;
409 .toolbar-search-navigation.toolbar-search-navigation-prev {
410 background-image: url(Images/searchPrev.png);
411 border-left: 1px solid rgb(163, 163, 163);
414 .toolbar-search-navigation.toolbar-search-navigation-prev.enabled:active {
415 background-image: url(Images/searchPrev.png), -webkit-linear-gradient(rgb(168, 168, 168), rgb(116, 116, 116));
418 .toolbar-search-navigation.toolbar-search-navigation-next {
419 background-image: url(Images/searchNext.png);
420 border-left: 1px solid rgb(230, 230, 230);
423 .toolbar-search-navigation.toolbar-search-navigation-next.enabled:active {
424 background-image: url(Images/searchNext.png), -webkit-linear-gradient(rgb(168, 168, 168), rgb(116, 116, 116));
427 .search-results-matches {
428 display: inline-block;
435 color: rgb(165, 165, 165);
438 .toolbar-item.elements .toolbar-icon {
439 background-position-x: 0;
442 .toolbar-item.resources .toolbar-icon {
443 background-position-x: -32px;
446 body.dock-to-bottom .toolbar-item.resources .toolbar-icon {
447 background-position-x: -24px;
450 .toolbar-item.network .toolbar-icon {
451 background-position-x: -64px;
454 body.dock-to-bottom .toolbar-item.network .toolbar-icon {
455 background-position-x: -48px;
458 .toolbar-item.scripts .toolbar-icon {
459 background-position-x: -96px;
462 body.dock-to-bottom .toolbar-item.scripts .toolbar-icon {
463 background-position-x: -72px;
466 .toolbar-item.timeline .toolbar-icon {
467 background-position-x: -128px;
470 body.dock-to-bottom .toolbar-item.timeline .toolbar-icon {
471 background-position-x: -96px;
474 .toolbar-item.profiles .toolbar-icon {
475 background-position-x: -160px;
478 .toolbar-item.cpu-profiler .toolbar-icon {
479 background-position-x: -160px;
482 .toolbar-item.css-profiler .toolbar-icon {
483 background-position-x: -160px;
486 .toolbar-item.heap-profiler .toolbar-icon {
487 background-position-x: -160px;
490 .toolbar-item.canvas-profiler .toolbar-icon {
491 background-position-x: -160px;
494 .toolbar-item.memory-chart-profiler .toolbar-icon {
495 background-position-x: -160px;
498 .toolbar-item.memory-snapshot-profiler .toolbar-icon {
499 background-position-x: -160px;
502 body.dock-to-bottom .toolbar-item.profiles .toolbar-icon {
503 background-position-x: -120px;
506 .toolbar-item.audits .toolbar-icon {
507 background-position-x: -192px;
510 body.dock-to-bottom .toolbar-item.audits .toolbar-icon {
511 background-position-x: -144px;
514 .toolbar-item.console .toolbar-icon {
515 background-position-x: -224px;
518 body.dock-to-bottom .toolbar-item.console .toolbar-icon {
519 background-position-x: -168px;
522 #close-button-left, #close-button-right {
525 background-image: url(Images/closeButtons.png);
526 background-position: 0 0;
529 #close-button-left:hover, #close-button-right:hover {
530 background-position: 14px 0;
533 #close-button-left:active, #close-button-right:active {
534 background-position: 28px 0;
541 body.undocked .toolbar-item.close-left, body.undocked .toolbar-item.close-right {
545 body.dock-to-bottom.port-qt .toolbar-item.close-left, body.dock-to-bottom.port-qt .toolbar-item.close-right {
549 body.platform-mac .toolbar-item.close-right {
553 body.remote .toolbar-item.close-left, body.remote .toolbar-item.close-right {
557 body:not(.platform-mac) .toolbar-item.close-left {
561 .toolbar-item.close-left, .toolbar-item.close-right {
562 display: -webkit-box;
563 -webkit-box-align: center;
576 background-color: white;
579 body.show-toolbar-icons #main {
583 body.show-toolbar-icons.dock-to-bottom #main {
596 body.drawer-visible #main-panels {
612 background-image: -webkit-linear-gradient(rgb(253,253,253), rgb(230,230,230) 75%, rgb(230,230,230));
613 border-top: 1px solid rgb(202, 202, 202);
614 display: -webkit-flex;
618 display: inline-block;
624 display: inline-block;
625 pointer-events: auto;
632 border: 0 transparent none;
633 background-color: transparent;
636 #floating-status-bar-container {
642 border-bottom: 1px solid rgb(202, 202, 202);
647 body.drawer-visible #floating-status-bar-container {
648 display: -webkit-flex;
651 #floating-status-bar-resizer {
652 content: url(Images/statusbarResizerVertical.png);
654 pointer-events: none;
660 display: -webkit-flex;
661 pointer-events: none;
664 #drawer-view-anchor {
665 display: inline-block;
668 .status-bar-item:active {
679 background-color: rgba(0, 0, 0, 0.75);
686 background-color: white !important;
691 background-color: rgba(0, 0, 0, 0.75);
692 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
693 -webkit-mask-position: -288px -48px;
694 -webkit-mask-size: 320px 72px;
698 @media (-webkit-min-device-pixel-ratio: 1.5) {
700 -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
704 .long-click-glyph.shadow {
706 background-color: white !important;
710 button.status-bar-item {
713 border-left: 1px solid rgb(202, 202, 202);
714 border-right: 1px solid rgb(202, 202, 202);
717 .status-bar button.status-bar-item .glyph {
721 .status-bar button.status-bar-item img {
725 .status-bar select.status-bar-item:active,
726 .status-bar button.status-bar-item:active {
727 background-color: rgb(163,163,163);
728 border-left: 1px solid rgb(120, 120, 120);
729 border-right: 1px solid rgb(120, 120, 120);
732 button.status-bar-item .glyph.shadow {
733 background-color: rgba(255, 255, 255, 0.33) !important;
736 button.status-bar-item.toggled-on .glyph {
737 background-color: rgb(66, 129, 235);
740 button.status-bar-item:disabled {
742 background-position: 0 0 !important;
745 button.status-bar-item.extension {
746 background-image: none;
747 background-color: auto;
750 .status-bar-select-container {
751 display: inline-block;
752 background-image: url(Images/disclosureTriangleSmallDown.png);
753 background-repeat: no-repeat;
754 background-position-x: right;
755 background-position-y: 5px;
757 border-right: 5px solid transparent;
760 select.status-bar-item {
763 color: rgb(48, 48, 48);
764 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
765 -webkit-appearance: none;
768 padding: 0 15px 0 5px;
775 select.status-bar-item, select.status-bar-item:hover {
776 border-left: 1px solid rgb(202, 202, 202);
777 border-right: 1px solid rgb(202, 202, 202);
780 .status-bar-item > .glyph {
781 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
782 -webkit-mask-size: 320px 72px;
785 @media (-webkit-min-device-pixel-ratio: 1.5) {
786 .status-bar-item > .glyph {
787 -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
791 button.dock-status-bar-item.status-bar-item.toggled-undock .glyph {
792 -webkit-mask-position: 0 -48px;
795 button.dock-status-bar-item.status-bar-item.toggled-bottom .glyph {
796 -webkit-mask-position: -32px -24px;
797 background-color: rgba(0, 0, 0, 0.75);
800 button.dock-status-bar-item.status-bar-item.toggled-right .glyph {
801 -webkit-mask-position: -256px -48px;
802 background-color: rgba(0, 0, 0, 0.75);
805 body.undocked .alternate-status-bar-buttons-bar {
809 .alternate-status-bar-buttons-bar {
816 .alternate-status-bar-buttons-bar .status-bar-item {
819 border: 1px solid rgb(202, 202, 202);
820 border-bottom: 1px solid transparent;
823 .alternate-status-bar-buttons-bar .status-bar-item.emulate-active {
824 background-color: rgb(163,163,163);
825 border: 1px solid rgb(120, 120, 120);
826 border-bottom: 1px solid transparent;
829 button.status-bar-item.settings-status-bar-item,
830 button.status-bar-item.settings-status-bar-item:active {
831 border-right: 0 transparent none;
834 .settings-status-bar-item .glyph {
835 -webkit-mask-position: -160px -24px;
838 body.remote .dock-status-bar-item,
839 body.port-qt .dock-status-bar-item {
843 .console-status-bar-item .glyph {
844 -webkit-mask-position: -64px -24px;
847 .clear-status-bar-item .glyph {
848 -webkit-mask-position: -64px 0;
851 #error-warning-count {
852 padding: 5px 2px 6px 0px;
858 #error-warning-count:hover {
859 border-bottom: 1px solid rgb(96, 96, 96);
863 content: url(Images/errorIcon.png);
866 vertical-align: -1px;
870 #error-count + #warning-count-img {
875 content: url(Images/warningIcon.png);
878 vertical-align: -1px;
889 background-color: white;
900 body.drawer-visible #drawer {
904 body.platform-mac .monospace, body.platform-mac .source-code {
905 font-size: 11px !important;
906 font-family: Menlo, monospace;
909 body.platform-mac.platform-mac-tiger .monospace,
910 body.platform-mac.platform-mac-tiger .source-code {
911 font-size: 10px !important;
912 font-family: Monaco, monospace;
915 body.platform-windows .monospace, body.platform-windows .source-code {
916 font-size: 12px !important;
917 font-family: Consolas, Lucida Console, monospace;
920 body.platform-linux .monospace, body.platform-linux .source-code {
921 font-size: 11px !important;
922 font-family: dejavu sans mono, monospace;
943 word-wrap: break-word;
944 -webkit-user-select: text;
945 -webkit-text-size-adjust: auto;
951 border-top: 1px solid rgb(240, 240, 240);
952 padding: 1px 22px 1px 0px;
955 white-space: pre-wrap;
956 -webkit-user-modify: read-write-plaintext-only;
959 #console-prompt::before {
960 background-image: url(Images/userInputIcon.png);
963 .console-user-command-result.console-log-level::before {
964 background-image: url(Images/userInputResultIcon.png);
967 .console-message, .console-user-command {
970 border-top: 1px solid rgb(240, 240, 240);
971 padding: 1px 22px 1px 0px;
976 .console-mesage:first-child {
980 .console-adjacent-user-command-result {
984 .console-adjacent-user-command-result + .console-user-command-result.console-log-level::before {
985 background-image: none;
988 .console-message::before, .console-user-command::before, #console-prompt::before, .console-group-title::before {
997 -webkit-user-select: none;
1000 .console-message .bubble {
1001 display: inline-block;
1003 background-color: rgb(128, 151, 189);
1004 vertical-align: middle;
1005 white-space: nowrap;
1012 line-height: normal;
1013 font-family: Helvetica, Arial, sans-serif;
1017 -webkit-border-radius: 7px;
1020 .console-message-text {
1021 white-space: pre-wrap;
1024 .repeated-message.console-error-level::before, .repeated-message.console-warning-level:before, .repeated-message.console-debug-level:before {
1028 .repeated-message .outline-disclosure, .repeated-message > .console-message-text {
1033 color: rgb(128, 128, 128);
1037 .console-group .console-group > .console-group-messages {
1041 .console-group-title {
1045 .console-group-title::before {
1046 background-image: url(Images/disclosureTriangleSmallDown.png);
1054 .console-group.collapsed .console-group-title::before {
1055 background-image: url(Images/disclosureTriangleSmallRight.png);
1058 .console-group.collapsed > .console-group-messages {
1066 .console-group-bracket {
1072 border-style: solid;
1073 border-color: #A3A3A3;
1074 border-width: 0px 0px 1px 1px;
1077 .console-group.collapsed > .console-group-bracket {
1081 .console-error-level .console-message-text, .console-error-level .section .header .title {
1082 color: red !important;
1085 .console-debug-level .console-message-text {
1089 .console-debug-level::before {
1090 background-image: url(Images/searchSmallBrightBlue.png);
1093 .console-error-level::before {
1094 background-image: url(Images/errorIcon.png);
1097 .console-warning-level::before {
1098 background-image: url(Images/warningIcon.png);
1102 .console-user-command .console-message {
1105 border-bottom: none;
1108 .console-user-command::before {
1109 background-image: url(Images/userInputPreviousIcon.png);
1112 .console-user-command > .console-message-text {
1113 color: rgb(0, 128, 255);
1116 #console-messages a {
1117 color: rgb(33%, 33%, 33%);
1121 #console-messages a:hover {
1122 color: rgb(15%, 15%, 15%);
1125 ol.watch-expressions > li.hovered {
1126 background-color: #F0F0F0;
1129 .console-message-url {
1136 .console-group-messages .section {
1137 margin: 0 0 0 12px !important;
1140 .console-group-messages .section .header {
1142 background-image: none;
1147 .console-group-messages .section .header::before {
1153 content: url(Images/treeRightTriangleBlack.png);
1156 .console-group-messages .section.expanded .header::before {
1157 content: url(Images/treeDownTriangleBlack.png);
1160 .console-group-messages .section .header .title {
1162 font-weight: normal;
1166 .console-group-messages .section .properties li .info {
1169 color: rgb(60%, 60%, 60%);
1172 .console-group-messages .outline-disclosure {
1176 .console-group-messages .outline-disclosure > ol {
1177 padding: 0 0 0 12px !important;
1180 .console-group-messages .outline-disclosure, .console-group-messages .outline-disclosure ol {
1185 .console-group-messages .outline-disclosure.single-node li {
1189 .console-group-messages .outline-disclosure li .selection {
1194 .console-group-messages .add-attribute {
1198 .console-formatted-object, .console-formatted-node, .console-formatted-array {
1200 display: inline-block;
1201 vertical-align: top;
1205 .console-formatted-node:hover {
1206 background-color: rgba(56, 121, 217, 0.1);
1209 .console-formatted-object .section, .console-formatted-node .section, .console-formatted-array .section {
1213 .console-formatted-object .properties, .console-formatted-node .properties {
1214 padding-left: 0 !important;
1217 .console-formatted-number {
1218 color: rgb(28, 0, 207);
1221 .console-formatted-string, .console-formatted-regexp {
1222 color: rgb(196, 26, 22);
1226 .console-formatted-null, .console-formatted-undefined {
1227 color: rgb(128, 128, 128);
1230 .console-formatted-preview-node,
1231 .section .console-formatted-node {
1232 color: rgb(136, 18, 128);
1235 .console-object-preview {
1239 .object-info-state-note {
1243 background-color: rgb(179, 203, 247);
1252 .object-info-state-note::before {
1256 .section.expanded .object-info-state-note {
1257 display: inline-block;
1265 background-color: rgb(220, 130, 130);
1268 .auto-complete-text, .editing .auto-complete-text {
1269 color: rgb(128, 128, 128) !important;
1270 -webkit-user-select: none;
1271 -webkit-user-modify: read-only;
1293 iframe.panel.extension {
1298 .webkit-line-gutter-backdrop {
1299 /* Keep this in sync with view-source.css (.webkit-line-gutter-backdrop) */
1301 background-color: rgb(240, 240, 240);
1302 border-right: 1px solid rgb(187, 187, 187);
1310 .outline-disclosure li.hovered:not(.selected) .selection {
1314 background-color: rgba(56, 121, 217, 0.1);
1315 -webkit-border-radius: 5px;
1318 .outline-disclosure li.highlighted .highlight {
1319 background-color: rgb(255, 230, 179);
1320 -webkit-border-radius: 4px;
1321 padding-bottom: 2px;
1322 margin-bottom: -2px;
1325 .outline-disclosure li.selected.highlighted .highlight {
1326 background-color: transparent;
1331 .outline-disclosure li .selection {
1340 .outline-disclosure li.selected .selection {
1342 background-color: rgb(212, 212, 212);
1345 .outline-disclosure li.elements-drag-over .selection {
1348 border-top: 2px solid rgb(56, 121, 217);
1351 .outline-disclosure ol:focus li.selected .selection {
1352 background-color: rgb(56, 121, 217);
1355 .outline-disclosure ol.search-match-not-found li.selected .selection {
1356 border: 1px solid rgb(56, 121, 217);
1357 background-color: white;
1360 .outline-disclosure {
1364 .outline-disclosure > ol {
1366 padding: 2px 6px !important;
1373 .outline-disclosure, .outline-disclosure ol {
1374 list-style-type: none;
1375 -webkit-padding-start: 12px;
1380 font-family: monospace;
1381 font-size: 10px !important;
1382 white-space: pre-wrap;
1385 .outline-disclosure li {
1386 padding: 0 0 0 14px;
1389 word-wrap: break-word;
1392 .outline-disclosure ol:focus li.selected {
1396 .outline-disclosure ol.search-match-found li.selected {
1400 .outline-disclosure ol:focus li.selected * {
1404 .outline-disclosure ol.search-match-found li.selected * {
1408 .outline-disclosure li.parent {
1412 .outline-disclosure li .webkit-html-tag.close {
1416 .webkit-html-tag.shadow, .webkit-html-fragment.shadow {
1420 .outline-disclosure li.parent::before {
1421 content: url(Images/treeRightTriangleBlack.png);
1428 .outline-disclosure li.parent::before {
1429 content: url(Images/treeRightTriangleBlack.png);
1432 .outline-disclosure ol:focus li.parent.selected::before {
1433 content: url(Images/treeRightTriangleWhite.png);
1436 .outline-disclosure ol.search-match-found li.parent.selected::before {
1437 content: url(Images/treeRightTriangleWhite.png);
1440 .outline-disclosure li.parent.expanded::before {
1441 content: url(Images/treeDownTriangleBlack.png);
1444 .outline-disclosure ol:focus li.parent.expanded.selected::before {
1445 content: url(Images/treeDownTriangleWhite.png);
1448 .outline-disclosure ol.search-match-found li.parent.expanded.selected::before {
1449 content: url(Images/treeDownTriangleWhite.png);
1452 .outline-disclosure ol.children {
1456 .outline-disclosure ol.children.expanded {
1463 padding: 3px 8px 4px 18px;
1465 white-space: nowrap;
1468 .placard:nth-of-type(2n) {
1469 background-color: rgb(234, 243, 255);
1473 border-top: 1px solid rgb(172, 172, 172);
1474 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(182, 182, 182)), to(rgb(162, 162, 162)));
1475 -webkit-background-origin: padding;
1476 -webkit-background-clip: padding;
1479 :focus .placard.selected {
1480 border-top: 1px solid rgb(70, 103, 215);
1481 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 147, 213)), to(rgb(56, 121, 217)));
1486 font-weight: normal;
1487 word-wrap: break-word;
1488 white-space: normal;
1491 .placard.selected .title {
1496 .placard .subtitle {
1500 color: rgba(0, 0, 0, 0.7);
1501 text-overflow: ellipsis;
1505 .placard.selected .subtitle {
1506 color: rgba(255, 255, 255, 0.7);
1509 .placard .subtitle a {
1518 .events-pane .section {
1521 .events-pane .section:not(:nth-of-type(1)) {
1522 border-top: 1px solid rgb(231, 231, 231);
1527 padding: 0 8px 0 18px;
1529 white-space: nowrap;
1530 -webkit-background-origin: padding;
1531 -webkit-background-clip: padding;
1534 .section .header::before {
1540 content: url(Images/treeRightTriangleBlack.png);
1544 .section.expanded .header::before {
1545 content: url(Images/treeDownTriangleBlack.png);
1548 .section .header .title, .event-bar .header .title {
1549 font-weight: normal;
1550 word-wrap: break-word;
1551 white-space: normal;
1555 .section .header .title.blank-title {
1559 .section .header label, .event-bar .header label {
1563 .section.expanded .header label, .event-bar.expanded .header label {
1567 .section .header .subtitle, .event-bar .header .subtitle {
1571 text-overflow: ellipsis;
1575 .section .header .subtitle a {
1579 .section .properties, .event-bar .event-properties {
1583 .section.expanded .properties, .event-bar.expanded .event-properties {
1587 .sidebar-pane .section .properties, .event-bar .event-properties {
1591 .section.no-affect .properties li {
1595 .section.no-affect .properties li.editing {
1606 .properties-tree li {
1608 white-space: nowrap;
1609 text-overflow: ellipsis;
1611 -webkit-user-select: text;
1615 .properties-tree li.parent {
1619 .properties-tree li.parent::before {
1620 content: url(Images/treeRightTriangleBlack.png);
1627 -webkit-user-select: none;
1630 .properties-tree li.parent.expanded::before {
1631 content: url(Images/treeDownTriangleBlack.png);
1635 .properties-tree li .info {
1637 padding-bottom: 3px;
1640 .properties-tree ol {
1643 -webkit-padding-start: 12px;
1647 .properties-tree ol.expanded {
1651 .event-listener-breakpoints .event-category {
1654 color: rgb(96, 96, 96);
1658 .event-listener-breakpoints.properties-tree .children li {
1663 .event-listener-breakpoints .checkbox-elem {
1672 -webkit-user-select: text;
1673 -webkit-box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
1674 outline: 1px solid rgb(66%, 66%, 66%) !important;
1675 background-color: white;
1676 -webkit-user-modify: read-write-plaintext-only;
1677 text-overflow: clip !important;
1682 margin-bottom: -1px;
1683 padding-bottom: 1px;
1684 opacity: 1.0 !important;
1687 .editing, .editing * {
1688 color: black !important;
1689 text-decoration: none !important;
1693 color: black !important;
1694 text-decoration: none !important;
1695 overflow: visible !important;
1702 .section .properties li.editing {
1704 text-overflow: clip;
1707 li.editing .swatch, li.editing .enabled-button, li.editing-sub-part .delete-button {
1708 display: none !important;
1711 .properties-tree.watch-expressions {
1712 padding-bottom: 8px;
1713 padding-left: 4px !important;
1716 .properties-tree.watch-expressions > li {
1721 .properties-tree.watch-expressions > li > .value {
1726 .properties-tree.watch-expressions > li:not(.parent) {
1731 .properties-tree.watch-expressions > li.hovered {
1732 padding-right: 14px;
1735 .watch-expressions > li.editing-sub-part .text-prompt {
1740 .watch-expressions > li.editing-sub-part .value, .watch-expressions > li.editing-sub-part .separator {
1744 .section .properties li.editing-sub-part {
1745 padding: 3px 6px 8px 18px;
1746 margin: -3px -6px -8px -6px;
1747 text-overflow: clip;
1750 .section .properties .delete-button {
1753 background-image: url(Images/deleteIcon.png);
1754 background-position: 0 0;
1755 background-color: transparent;
1756 background-repeat: no-repeat;
1757 border: 0 none transparent;
1763 .section .properties li.hovered .delete-button {
1767 .section .properties .name, .event-properties .name, .console-formatted-object .name {
1768 color: rgb(136, 19, 145);
1771 .section .properties .dimmed {
1775 .section .properties .value.error {
1779 .section .properties .number, .event-properties .number {
1783 .section .properties .keyword, .event-properties .keyword {
1784 color: rgb(136, 19, 79);
1787 .section .properties .color, .event-properties .color {
1788 color: rgb(118, 15, 21);
1794 margin-bottom: -1px;
1797 display: inline-block;
1798 background-image: url(Images/checker.png);
1804 display: inline-block;
1805 border: 1px solid rgba(128, 128, 128, 0.6);
1808 .swatch-inner:hover {
1809 border: 1px solid rgba(64, 64, 64, 0.8);
1812 .pane-title + .pane-title, .pane:not(.visible) + .pane-title, .pane-title:first-of-type {
1818 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 243, 243)), color-stop(0.05, rgb(243, 243, 243)), color-stop(0.05, rgb(230, 230, 230)), to(rgb(209, 209, 209)));
1821 border-top: 1px solid rgb(189, 189, 189);
1822 border-bottom: 1px solid rgb(189, 189, 189);
1826 color: rgb(110, 110, 110);
1827 text-shadow: white 0 1px 0;
1828 -webkit-background-origin: padding;
1829 -webkit-background-clip: padding;
1832 .pane-title:active {
1833 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(231, 231, 231)), color-stop(0.05, rgb(231, 231, 231)), color-stop(0.05, rgb(207, 207, 207)), to(rgb(186, 186, 186)));
1834 border-top: 1px solid rgb(178, 178, 178);
1835 border-bottom: 1px solid rgb(178, 178, 178);
1838 .pane-title::before {
1839 content: url(Images/disclosureTriangleSmallRightBlack.png);
1847 .pane-title.expanded::before {
1848 content: url(Images/disclosureTriangleSmallDownBlack.png);
1851 .sidebar-pane-toolbar {
1855 color: rgb(110, 110, 110);
1856 text-shadow: white 0 1px 0;
1862 pointer-events: none;
1865 .sidebar-pane-toolbar > * {
1866 pointer-events: auto;
1869 .sidebar-pane-toolbar > select {
1874 background-color: transparent;
1876 background-repeat: no-repeat;
1879 -webkit-border-radius: 0;
1880 -webkit-appearance: none;
1883 .sidebar-pane-toolbar > select:hover {
1884 background-position: -23px 0px;
1887 .sidebar-pane-toolbar > select:active {
1888 background-position: -46px 0px;
1891 .sidebar-pane-toolbar > select.select-settings {
1892 background-image: url(Images/paneSettingsButtons.png);
1895 .sidebar-pane-toolbar > select.select-filter {
1896 background-image: url(Images/paneFilterButtons.png);
1899 .sidebar-pane-toolbar > select > option, .sidebar-pane-toolbar > select > hr {
1903 .sidebar-pane-toolbar > .pane-title-button {
1908 background-color: transparent;
1910 background-repeat: no-repeat;
1913 -webkit-border-radius: 0;
1914 -webkit-appearance: none;
1917 .sidebar-pane-toolbar > .pane-title-button:hover {
1918 background-position: -23px 0px;
1921 .sidebar-pane-toolbar > .pane-title-button:active, .sidebar-pane-toolbar > .pane-title-button.toggled {
1922 background-position: -46px 0px;
1925 .sidebar-pane-toolbar > .pane-title-button.add {
1926 background-image: url(Images/paneAddButtons.png);
1929 .sidebar-pane-toolbar > .pane-title-button.element-state {
1930 background-image: url(Images/paneElementStateButtons.png);
1933 .sidebar-pane-toolbar > .pane-title-button.refresh {
1934 background-image: url(Images/paneRefreshButtons.png);
1941 .sidebar-pane > .body {
1948 .sidebar-pane > .body .info {
1956 .sidebar-pane > .body .placard + .info {
1957 border-top: 1px solid rgb(189, 189, 189);
1958 background-color: rgb(255, 255, 194);
1961 .sidebar-pane.visible > .body {
1965 .sidebar-pane > .body .breakpoint-condition {
1973 .sidebar-tabbed-pane .tabbed-pane-header {
1974 background-image: -webkit-linear-gradient(rgb(243,243,243), rgb(235,235,235));
1975 border-bottom: 1px solid rgb(202, 202, 202);
1979 #breakpoint-condition-input {
1983 outline: none !important;
1984 border: 1px solid rgb(66%, 66%, 66%);
1987 .sidebar-pane-stack > .sidebar-pane.visible:nth-last-of-type(1) {
1988 border-bottom: 1px solid rgb(189, 189, 189);
1991 .sidebar-pane-subtitle {
1995 font-weight: normal;
1998 body.platform-windows .sidebar-pane-subtitle {
2002 .sidebar-pane-subtitle input, .section .header input[type=checkbox] {
2008 margin-bottom: 0.25em;
2009 vertical-align: bottom;
2014 background-color: rgb(214, 221, 229);
2017 body.inactive .sidebar {
2018 background-color: rgb(232, 232, 232);
2021 .pane-title-button {
2022 color: rgb(6, 6, 6);
2023 background-color: transparent;
2024 border: 1px solid rgb(165, 165, 165);
2025 background-color: rgb(237, 237, 237);
2026 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
2027 -webkit-border-radius: 12px;
2028 -webkit-appearance: none;
2031 .pane-title-button:active {
2032 background-color: rgb(215, 215, 215);
2033 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
2036 button.show-all-nodes {
2041 color: rgb(6, 6, 6);
2042 background-color: transparent;
2043 border: 1px solid rgb(165, 165, 165);
2044 background-color: rgb(237, 237, 237);
2045 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
2046 -webkit-border-radius: 12px;
2047 -webkit-appearance: none;
2050 body.inactive button.show-all-nodes {
2051 color: rgb(130, 130, 130);
2052 border-color: rgb(212, 212, 212);
2053 background-color: rgb(239, 239, 239);
2054 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(235, 235, 235)));
2057 button.show-all-nodes:active {
2058 background-color: rgb(215, 215, 215);
2059 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
2062 button.enable-toggle-status-bar-item .glyph {
2063 -webkit-mask-position: -192px 0;
2066 button.enable-toggle-status-bar-item.toggled-on .glyph {
2067 -webkit-mask-position: -96px -24px;
2070 #console-messages.console-filter-top {
2076 padding-right: 10px;
2081 display: inline-block;
2087 color: rgb(46, 46, 46);
2088 background: transparent;
2089 text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
2090 -webkit-border-radius: 8px;
2091 vertical-align: middle;
2094 .scope-bar-divider {
2095 background-color: rgba(0, 0, 0, 0.4);
2098 vertical-align: middle;
2099 display: inline-block;
2102 .scope-bar li.selected, .scope-bar li:hover, .scope-bar li:active {
2104 text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
2111 .scope-bar li:hover {
2112 background: rgba(0, 0, 0, 0.2);
2115 .scope-bar li.selected {
2116 background: rgba(0, 0, 0, 0.3);
2117 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
2120 .scope-bar li:active {
2121 background: rgba(0, 0, 0, 0.5);
2122 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
2125 .console-warning-level, .console-error-level, .console-log-level, .console-debug-level {
2129 .filter-all .console-warning-level, .filter-warnings .console-warning-level,
2130 .filter-all .console-error-level, .filter-errors .console-error-level,
2131 .filter-all .console-log-level, .filter-logs .console-log-level,
2132 .filter-all .console-debug-level, .filter-debug .console-debug-level {
2136 .filter-all .console-warning-level.repeated-message, .filter-warnings .console-warning-level.repeated-message,
2137 .filter-all .console-error-level.repeated-message, .filter-errors .console-error-level.repeated-message,
2138 .filter-all .console-log-level.repeated-message, .filter-logs .console-log-level.repeated-message,
2139 .filter-all .console-debug-level.repeated-message, .filter-debug .console-debug-level.repeated-message {
2140 display: -webkit-flex;
2143 .console-user-command-result {
2147 .source-view-frame {
2152 .sidebar-resizer-vertical {
2161 .sidebar-tree, .sidebar-tree .children {
2169 .sidebar-tree-section {
2172 padding: 1px 10px 6px 10px;
2173 white-space: nowrap;
2175 color: rgb(92, 110, 129);
2177 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
2180 .sidebar-tree-item {
2183 padding: 0 5px 0 5px;
2184 white-space: nowrap;
2189 border-top: 1px solid transparent;
2192 .sidebar-tree .children {
2196 .sidebar-tree .children.expanded {
2200 .sidebar-tree-section + .children > .sidebar-tree-item {
2201 padding-left: 10px !important;
2204 .sidebar-tree-section + .children.small > .sidebar-tree-item {
2205 padding-left: 17px !important;
2208 .sidebar-tree > .children > .sidebar-tree-item {
2212 .sidebar-tree > .children > .children > .sidebar-tree-item {
2216 .sidebar-tree.hide-disclosure-buttons > .children {
2220 .sidebar-tree > .children.hide-disclosure-buttons > .children {
2224 .sidebar-tree.some-expandable:not(.hide-disclosure-buttons) > .sidebar-tree-item:not(.parent) .icon {
2228 .sidebar-tree-item .disclosure-button {
2233 background-color: transparent;
2234 background-image: url(Images/disclosureTriangleSmallRight.png);
2235 background-repeat: no-repeat;
2236 background-position: center;
2237 -webkit-apearance: none;
2240 .sidebar-tree.hide-disclosure-buttons .sidebar-tree-item .disclosure-button {
2244 body.inactive .sidebar-tree-item .disclosure-button {
2245 background-image: url(Images/disclosureTriangleSmallRightBlack.png);
2248 body.inactive .sidebar-tree-item.expanded .disclosure-button {
2249 background-image: url(Images/disclosureTriangleSmallDownBlack.png);
2252 body.inactive .sidebar-tree-item .disclosure-button:active {
2253 background-image: url(Images/disclosureTriangleSmallRightDownBlack.png);
2256 .sidebar-tree-item.selected .disclosure-button {
2257 background-image: url(Images/disclosureTriangleSmallRightWhite.png) !important;
2260 .sidebar-tree-item.expanded .disclosure-button {
2261 background-image: url(Images/disclosureTriangleSmallDown.png);
2264 .sidebar-tree-item.selected.expanded .disclosure-button {
2265 background-image: url(Images/disclosureTriangleSmallDownWhite.png) !important;
2268 .sidebar-tree-item.selected .disclosure-button:active {
2269 background-image: url(Images/disclosureTriangleSmallRightDownWhite.png) !important;
2272 .sidebar-tree-item .disclosure-button:active {
2273 background-image: url(Images/disclosureTriangleSmallRightDown.png);
2276 .sidebar-tree-item .icon {
2296 li .status .bubble {
2297 display: inline-block;
2301 background-color: rgb(128, 151, 189);
2302 vertical-align: middle;
2303 white-space: nowrap;
2307 line-height: normal;
2308 font-family: Helvetica, Arial, sans-serif;
2312 -webkit-border-radius: 7px;
2315 li .status .bubble:empty {
2319 li.selected .status .bubble {
2320 background-color: white !important;
2321 color: rgb(132, 154, 190) !important;
2324 :focus li.selected .status .bubble {
2325 color: rgb(36, 98, 172) !important;
2328 body.inactive li.selected .status .bubble {
2329 color: rgb(159, 159, 159) !important;
2332 .sidebar-tree.small .sidebar-tree-item, .sidebar-tree .children.small .sidebar-tree-item, .sidebar-tree-item.small, .small .resources-graph-side {
2336 .sidebar-tree.small .sidebar-tree-item .icon, .sidebar-tree .children.small .sidebar-tree-item .icon, .sidebar-tree-item.small .icon {
2341 .sidebar-tree.small .sidebar-tree-item .status, .sidebar-tree .children.small .sidebar-tree-item .status, .sidebar-tree-item.small .status {
2345 .sidebar-tree-item.selected {
2347 border-top: 1px solid rgb(145, 160, 192);
2348 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 177, 207)), to(rgb(120, 138, 177)));
2349 text-shadow: rgba(0, 0, 0, 0.33) 0 1px 0;
2351 -webkit-background-origin: padding;
2352 -webkit-background-clip: padding;
2355 :focus .sidebar-tree-item.selected {
2356 border-top: 1px solid rgb(68, 128, 200);
2357 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 147, 213)), to(rgb(21, 83, 170)));
2360 body.inactive .sidebar-tree-item.selected {
2361 border-top: 1px solid rgb(151, 151, 151);
2362 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(180, 180, 180)), to(rgb(138, 138, 138)));
2365 .sidebar-tree-item .titles {
2369 padding-bottom: 1px;
2370 text-overflow: ellipsis;
2372 white-space: nowrap;
2375 .sidebar-tree-item .titles.no-subtitle {
2379 .sidebar-tree.small .sidebar-tree-item .titles, .sidebar-tree .children.small .sidebar-tree-item .titles, .sidebar-tree-item.small .titles {
2381 line-height: normal;
2384 .sidebar-tree:not(.small) .sidebar-tree-item:not(.small) .title::after, .sidebar-tree .children:not(.small) .sidebar-tree-item .title::after {
2389 .sidebar-tree-item .subtitle {
2391 color: rgba(0, 0, 0, 0.7);
2394 .sidebar-tree.small .sidebar-tree-item .subtitle, .sidebar-tree .children.small .sidebar-tree-item .subtitle, .sidebar-tree-item.small .subtitle {
2398 .sidebar-tree-item.selected .subtitle {
2399 color: rgba(255, 255, 255, 0.9);
2402 .bubble.debug, .console-debug-level .bubble {
2403 background-color: rgb(0, 0, 255) !important;
2406 .bubble.warning, .console-warning-level .bubble {
2407 background-color: rgb(232, 164, 0) !important;
2410 .bubble.error, .console-error-level .bubble {
2411 background-color: rgb(216, 35, 35) !important;
2414 .bubble.search-matches {
2415 background-image: url(Images/searchSmallWhite.png);
2416 background-repeat: no-repeat;
2417 background-position: 3px 2px;
2418 padding-left: 13px !important;
2421 li.selected .bubble.search-matches {
2422 background-image: url(Images/searchSmallBlue.png);
2425 :focus li.selected .bubble.search-matches {
2426 background-image: url(Images/searchSmallBrightBlue.png);
2429 body.inactive li.selected .bubble.search-matches {
2430 background-image: url(Images/searchSmallGray.png);
2433 .storage-application-cache-status-icon, .storage-application-cache-connectivity-icon {
2434 margin-bottom: -3px;
2436 vertical-align: middle;
2439 .status-bar-divider {
2441 border-right: 1px solid #CCC;
2444 .storage-application-cache-status, .storage-application-cache-connectivity {
2455 border-left: 1px solid rgb(184, 184, 184);
2459 .node-search-status-bar-item .glyph {
2460 -webkit-mask-position: -224px -24px;
2463 .delete-storage-status-bar-item .glyph {
2464 -webkit-mask-position: -128px 0;
2467 .refresh-storage-status-bar-item .glyph {
2468 -webkit-mask-position: 0 0;
2471 ol.breakpoint-list {
2472 -webkit-padding-start: 0;
2477 .breakpoints-list-deactivated {
2478 background-color: rgb(245, 245, 245);
2482 .breakpoint-list li {
2483 white-space: nowrap;
2484 text-overflow: ellipsis;
2490 .breakpoint-list li:hover {
2491 background-color: rgba(56, 121, 217, 0.2);
2494 .breakpoint-list .checkbox-elem {
2497 vertical-align: top;
2502 .breakpoint-list .source-text {
2503 white-space: nowrap;
2504 text-overflow: ellipsis;
2506 margin: 2px 0 0px 20px;
2509 .sidebar-pane .breakpoint-hit {
2510 background-color: rgb(255, 255, 194);
2513 li.breakpoint-hit .breakpoint-hit-marker {
2514 background-color: rgb(255, 255, 194);
2523 .webkit-html-js-node, .webkit-html-css-node {
2527 .source-frame-breakpoint-condition {
2530 background-color: rgb(203, 226, 255);
2531 -webkit-border-radius: 7px;
2532 border: 2px solid rgb(169, 172, 203);
2534 pointer-events: auto;
2537 .source-frame-breakpoint-message {
2538 background-color: transparent;
2539 font-family: Lucida Grande, sans-serif;
2540 font-weight: normal;
2544 color: rgb(85, 85, 85);
2549 #source-frame-breakpoint-condition {
2551 border: 1px inset rgb(190, 190, 190) !important;
2553 box-shadow: none !important;
2554 outline: none !important;
2555 -webkit-user-modify: read-write;
2558 .source-frame-popover-title {
2559 text-overflow: ellipsis;
2561 white-space: nowrap;
2566 .source-frame-popover-tree {
2567 border-top: 1px solid rgb(194, 194, 147);
2576 .source-frame-eval-expression {
2577 border: 1px solid rgb(163, 41, 34);
2579 background-color: rgb(255, 255, 194);
2588 .workers-list > li {
2590 text-overflow: ellipsis;
2591 white-space: nowrap;
2597 color: rgb(33%, 33%, 33%);
2599 text-decoration: none;
2602 a.worker-item:hover {
2603 color: rgb(15%, 15%, 15%);
2606 .resource-content-unavailable {
2607 color: rgb(50%, 50%, 50%);
2615 text-decoration: underline;
2631 border: 4px black solid;
2633 background-color: black;
2641 .resource-view.json {
2645 .resource-view.html iframe {
2651 .soft-context-menu-glass-pane {
2660 .soft-context-menu {
2662 font-family: 'Lucida Grande', 'Helvetica', 'sans-serif';
2663 border: 1px solid rgba(196, 196, 196, 0.9);
2664 border-top: 1px solid rgba(196, 196, 196, 0.5);
2665 border-bottom: 1px solid rgba(150, 150, 150, 0.9);
2666 padding: 4px 0 4px 0;
2668 background-color: white;
2669 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
2672 .soft-context-menu-item {
2676 border-top: 1px solid transparent;
2677 border-bottom: 1px solid transparent;
2678 padding: 2px 7px 2px 6px;
2680 white-space: nowrap;
2683 .soft-context-menu-separator {
2688 .soft-context-menu-separator > .separator-line {
2691 border-bottom: 1px solid rgb(227, 227, 227);
2692 pointer-events: none;
2695 .soft-context-menu-item-mouse-over {
2696 border-top: 1px solid rgb(56, 121, 217);
2697 border-bottom: 1px solid rgb(56, 121, 217);
2698 background-color: rgb(56, 121, 217);
2702 body.platform-mac .soft-context-menu-item-mouse-over {
2703 border-top: 1px solid rgb(90, 131, 236);
2704 border-bottom: 1px solid rgb(18, 88, 233);
2705 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(100, 140, 243)), to(rgb(36, 101, 243)));
2708 .soft-context-menu-item-checkmark {
2709 color: rgb(108, 108, 108);
2710 pointer-events: none;
2713 .soft-context-menu-item-submenu-arrow {
2716 pointer-events: none;
2719 .soft-context-menu-item-mouse-over .soft-context-menu-item-checkmark {
2731 .search-drawer-header input[type="search"].search-config-search {
2738 body.platform-mac .search-drawer-header input[type="search"].search-config-search {
2742 .search-drawer-header label.search-config-label {
2747 .search-drawer-header input[type="checkbox"].search-config-checkbox {
2748 vertical-align: bottom;
2751 body:not(.platform-mac) .search-drawer-header input[type="checkbox"].search-config-checkbox {
2755 body.platform-mac .search-drawer-header input[type="checkbox"].search-config-checkbox {
2761 border-right: 1px solid rgb(197, 197, 197);
2764 display: inline-block;
2767 .drawer-header-close-button {
2768 font-family: Arial, monospace;
2771 color:rgb(80, 80, 80);
2777 .drawer-header-close-button:hover {
2781 .drawer-header-close-button:active {
2785 #bottom-status-bar-container {
2786 -webkit-flex: 1 1 0;
2791 .search-status-bar-item {
2792 display: inline-block;
2798 .search-status-bar-message {
2805 .progress-bar-stop-button-item {
2811 .progress-bar-stop-button .glyph {
2812 -webkit-mask-position: -96px -48px;
2813 background-color: rgb(216, 0, 0) !important;
2816 .search-results-status-bar-message {
2824 .search-view .search-results {
2833 #search-results-pane-file-based li {
2837 #search-results-pane-file-based ol {
2838 -webkit-padding-start: 0;
2842 #search-results-pane-file-based ol.children {
2846 #search-results-pane-file-based ol.children.expanded {
2850 #search-results-pane-file-based li.parent::before {
2851 content: url(Images/treeRightTriangleBlack.png);
2856 #search-results-pane-file-based li.parent.expanded::before {
2857 content: url(Images/treeDownTriangleBlack.png);
2860 #search-results-pane-file-based .search-result {
2862 padding: 2px 0 2px 10px;
2868 #search-results-pane-file-based .search-result:hover {
2869 background-color: rgba(121, 121, 121, 0.1);
2872 #search-results-pane-file-based .search-result .search-result-file-name {
2877 #search-results-pane-file-based .search-result .search-result-matches-count {
2882 #search-results-pane-file-based .show-more-matches {
2890 #search-results-pane-file-based .show-more-matches:hover {
2891 text-decoration: underline;
2894 #search-results-pane-file-based .search-match {
2899 #search-results-pane-file-based .search-match .webkit-line-number.search-match-line-number {
2901 border-right: 1px solid #BBB;
2904 #search-results-pane-file-based .search-match:not(:hover) .webkit-line-number.search-match-line-number {
2905 background-color: #F0F0F0;
2908 #search-results-pane-file-based .search-match:hover {
2909 background-color: rgba(56, 121, 217, 0.1);
2912 #search-results-pane-file-based .search-match .highlighted-match {
2913 background-color: #F1EA00;
2916 #search-results-pane-file-based a {
2917 text-decoration: none;
2921 #search-results-pane-file-based .search-match .search-match-content {
2925 .record-cpu-profile-status-bar-item .glyph, .record-profile-status-bar-item .glyph {
2926 -webkit-mask-position: -288px 0;
2929 .record-cpu-profile-status-bar-item.toggled-on .glyph, .record-profile-status-bar-item.toggled-on .glyph {
2930 -webkit-mask-position: -288px -24px;
2931 background-color: rgb(216, 0, 0) !important;
2934 .storage-empty-view, .storage-view .storage-table-error {
2941 color: rgb(75%, 75%, 75%);
2943 margin-bottom: auto;
2949 white-space: pre-wrap;
2952 /* Generic suggest box style */
2954 .suggest-box.generic-suggest {
2956 border-color: rgb(66%, 66%, 66%);
2959 .suggest-box.generic-suggest.above-anchor {
2960 border-radius: 5px 5px 5px 0;
2963 .suggest-box.generic-suggest.under-anchor {
2964 border-radius: 0 5px 5px 5px;
2967 /* Custom popup scrollers */
2969 .custom-popup-horizontal-scroll ::-webkit-scrollbar, .custom-popup-vertical-scroll ::-webkit-scrollbar {
2974 .custom-popup-horizontal-scroll ::-webkit-scrollbar-corner, .custom-popup-vertical-scroll ::-webkit-scrollbar-corner {
2978 .custom-popup-horizontal-scroll ::-webkit-resizer, .custom-popup-vertical-scroll ::-webkit-resizer {
2982 .custom-popup-horizontal-scroll ::-webkit-scrollbar-button, .custom-popup-vertical-scroll ::-webkit-scrollbar-button {
2986 /* Custom Horizontal Scrollbar Styles */
2988 .custom-popup-horizontal-scroll ::-webkit-scrollbar:horizontal:corner-present {
2989 border-right-width: 0;
2992 .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal {
2993 -webkit-border-image: url(Images/thumbHoriz.png) 0 11 0 11;
2994 border-color: transparent;
2995 border-width: 0 11px;
2999 .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:hover {
3000 -webkit-border-image: url(Images/thumbHoverHoriz.png) 0 11 0 11;
3003 .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:active {
3004 -webkit-border-image: url(Images/thumbActiveHoriz.png) 0 11 0 11;
3007 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:start {
3011 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end {
3015 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end:corner-present {
3019 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:decrement {
3020 -webkit-border-image: url(Images/trackHoriz.png) 0 11 0 11;
3021 border-color: transparent;
3022 border-width: 0 0 0 11px;
3025 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:increment {
3026 -webkit-border-image: url(Images/trackHoriz.png) 0 11 0 11;
3027 border-color: transparent;
3028 border-width: 0 11px 0 0;
3031 /* Custom Vertical Scrollbar Styles */
3033 .custom-popup-vertical-scroll ::-webkit-scrollbar:vertical:corner-present {
3034 border-bottom-width: 0;
3037 .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical {
3038 -webkit-border-image: url(Images/thumbVert.png) 11 0 11 0;
3039 border-color: transparent;
3040 border-width: 11px 0;
3044 .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:hover {
3045 -webkit-border-image: url(Images/thumbHoverVert.png) 11 0 11 0;
3048 .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:active {
3049 -webkit-border-image: url(Images/thumbActiveVert.png) 11 0 11 0;
3052 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:start {
3056 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:end {
3060 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:end:corner-present {
3064 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement {
3065 -webkit-border-image: url(Images/trackVert.png) 11 0 11 0;
3066 border-color: transparent;
3067 border-width: 11px 0 0 0;
3070 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:increment {
3071 -webkit-border-image: url(Images/trackVert.png) 11 0 11 0;
3072 border-color: transparent;
3073 border-width: 0 0 11px 0;
3089 .progress-bar-container {
3090 display: -webkit-flex;
3095 .progress-bar-container span {
3099 .progress-bar-container progress {
3104 body.platform-mac .progress-bar-container progress {
3108 .progress-bar-container button.status-bar-item {
3113 .source-frame-cursor-position {
3116 display: inline-block;
3117 pointer-events: auto;
3118 -webkit-user-select: text;