#toolbar > .toolbar-item.toggleable.toggled-on { -webkit-transition: border-top 0.25s ease-out 0; } .tabbed-pane:not(.help-window-main) .tabbed-pane-header-tab.selected, .small .tabbed-pane:not(.help-window-main) .tabbed-pane-header-tab.selected { -webkit-transition: border-top 0.25s ease-out 0; } /*-- NETWORK PANES --*/ #network-views { -webkit-animation: bounceInRight 0.5s ease-in-out; } /*-- INACTIVE SELECTORS --*/ .styles-section .properties .overloaded, .styles-section .properties .inactive, .styles-section .properties .disabled, .styles-section .properties .not-parsed-ok { -webkit-transition: opacity 0.5s ease-in-out 0; } .styles-section .properties .enabled-button { -webkit-transition: visibility 0.5s ease-in-out; } /*-- HIGHLIGHT CHILDREN --*/ .panel.elements .parent + .children { -webkit-transition: 0.5s ease-in 0.25s; } .panel.elements .parent.selected.expanded + .children > :last-child *, .panel.elements .parent.hovered.expanded + .children > :last-child * { -webkit-transition: opacity 0.5s ease-in-out 0.25s; } /*-- POPOVERS --*/ .popover { -webkit-animation: growFadeIn 0.2s ease-in-out; } .popover.top-left-arrow { -webkit-transform-origin: 25% 0%; } .popover.top-right-arrow { -webkit-transform-origin: 75% 0%; } .popover.right-top-arrow { -webkit-transform-origin: 100% 10%; } .popover.right-bottom-arrow { -webkit-transform-origin: 100% 90%; } .popover.bottom-left-arrow { -webkit-transform-origin: 25% 100%; } .popover.bottom-right-arrow { -webkit-transform-origin: 75% 100%; } .popover.left-top-arrow { -webkit-transform-origin: 0% 10%; } .popover.left-bottom-arrow { -webkit-transform-origin: 0% 90%; } /* -- KEYFRAME DECLARATIONS -- */ @-webkit-keyframes match-animation { 0% { box-shadow: 0 0 0 #000000; background-color: #000000; color: #000000; } 50% { box-shadow: 0 0 25px #e78c45; } 100% { box-shadow: 0 0 0 #e78c45; background-color: #e78c45; } } @-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-550px); } 60% { opacity: 1; -webkit-transform: translateX(30px); } 80% { -webkit-transform: translateX(-10px); } 100% { -webkit-transform: translateX(0); } } @-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(550px); } 60% { opacity: 1; -webkit-transform: translateX(-30px); } 80% { -webkit-transform: translateX(10px); } 100% { -webkit-transform: translateX(0); } } @-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(500px); } 60% { opacity: 1; -webkit-transform: translateY(-30px); } 80% { -webkit-transform: translateY(10px); } 100% { -webkit-transform: translateY(0); } } @-webkit-keyframes slideInLeftBig { 0% { -webkit-transform: translateX(-500px); } 100% { -webkit-transform: translateX(0); } } @-webkit-keyframes slideInRightBig { 0% { -webkit-transform: translateX(500px); } 100% { -webkit-transform: translateX(0); } } @-webkit-keyframes growFadeIn { 0% { opacity: 0; -webkit-transform: scale(0.3); } 100% { -webkit-transform: scale(1); } } .panel.visible { -webkit-transform: translatez(0); } .panel.elements .parent.selected.expanded + .children, .panel.elements .parent.hovered.expanded + .children { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-bottom: 5px !important; box-shadow: inset 0 0 30px 0 #000000; border-bottom: 1px solid #1a1a1a !important; } .panel.elements .parent.selected.expanded + .children > li .webkit-html-pseudo-element:first-child, .panel.elements .parent.hovered.expanded + .children > li .webkit-html-pseudo-element:first-child { color: #70c0b1 !important; } .panel.elements .parent.selected.expanded + .children > :last-child *, .panel.elements .parent.hovered.expanded + .children > :last-child * { opacity: .6; } /* Tomorrow Night by Dave Aspinall [@daveaspinall] */ /*************************************************************************/ /********************************************** /* Animations /* ------------------------------------------- /* If you are experiencing performance issues, /* remove the animations section below. /**********************************************/ .cm-breakpoint .CodeMirror-gutter-elt { color: #000 !important; font-weight: 700 !important; } .CodeMirror-cursor { border-left: 1px solid #ffffff !important; } .cm-error { background: #9d1e15 !important; border-radius: 2px !important; color: #eee !important; } .CodeMirror-gutter-elt { color: #666666 !important; } .CodeMirror-gutters { background: #0a0a0a !important; border-right: 2px solid #0d0d0d !important; } .CodeMirror-selected, span.CodeMirror-selectedtext { background: #1a1a1a !important; } .CodeMirror-code .CodeMirror-matchingbracket { color: #15ca1a !important; text-shadow: 0 0 3px #15ca1a !important; border-bottom: none !important; font-weight: 800 !important; } .CodeMirror-code .CodeMirror-nonmatchingbracket { color: #db0404 !important; text-shadow: 0 0 3px #db0404 !important; border-bottom: none !important; font-weight: 800 !important; } .cm-search-highlight-start:before { border-color: #e78c45 !important; } .cm-search-highlight-end:before { border-color: #e78c45 !important; } .cm-search-highlight:before { border-color: #e78c45 !important; padding: 2px !important; } .cm-line-with-selection .cm-column-with-selection.cm-search-highlight:before { background-color: #e78c45 !important; border-radius: 2px !important; } span.cm-token-highlight { background-color: transparent !important; padding: 0px !important; } span.cm-token-highlight:before { border-color: #e78c45 !important; } .cm-line-with-selection span.cm-column-with-selection { color: #000 !important; background-color: #e78c45 !important; } .cm-whitespace:before { color: #0d0d0d !important; } .cm-tab:before { border-bottom: 1px solid #0d0d0d !important; } .cm-highlight { -webkit-animation: "fadeout-revised" 3s 0s !important; outline: 1px solid #686868; } .cm-highlight *:not(.CodeMirror-linenumber) { color: #ffffff !important; } .cm-execution-line { background-color: #424242 !important; outline: 1px solid #686868 !important; } .CodeMirror-linenumber { border-right: none !important; } .cm-line-without-source-mapping { background-color: #030303 !important; } @-webkit-keyframes fadeout-revised { 0% { background-color: #424242; outline: 1px solid #686868; } 50% { background-color: #424242; outline: 1px solid #686868; } 100% { background-color: #000000; outline: 1px solid #000000; } } /************************************************ /* Elements Crumbs /************************************************/ #elements-crumbs { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; border-top: 1px solid #0d0d0d !important; height: 19px !important; } #elements-crumbs .crumbs { text-shadow: none !important; color: #E3CF8F !important; } #elements-crumbs .crumbs .crumb { -webkit-border-image: none !important; border-left: 1px solid #404040 !important; border-right: 1px solid #262626 !important; padding: 0 10px !important; margin: 0 !important; line-height: 18px !important; } #elements-crumbs .crumbs .crumb:hover { color: #f8f8f8 !important; background-color: rgba(0, 0, 0, 0) !important; } #elements-crumbs .crumbs .crumb.selected { background-color: #424242 !important; text-shadow: none !important; color: #f8f8f8 !important; cursor: default; } /*************************************************** /* Dialog Boxes /* ------------------------------------------- /* Search Functions/Selectors in File [Ctrl+Shift+O] /***************************************************/ .dialog { background: #0d0d0d !important; box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.6) !important; border: 1px solid #333333 !important; } .dialog .fill { border: none !important; } .dialog .selected { background-color: #424242 !important; box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3) !important; color: #ffffff !important; } .dialog input, .dialog input:focus { background-color: #000000 !important; border: none !important; color: #ffffff !important; padding: 0 5px; } .filtered-item-list-dialog-item { background-color: #000000 !important; border-top: 1px solid #0d0d0d !important; border-bottom: 1px solid #1a1a1a !important; } .filtered-item-list-dialog-item .filtered-item-list-dialog-subtitle { color: #999999 !important; } .filtered-item-list-dialog-item:not(.selected):hover { background-color: #2a2a2a !important; box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.5) !important; } .filtered-item-list-dialog-item .filtered-item-list-dialog-title, .filtered-item-list-dialog-item span { color: #ffffff !important; } .filtered-item-list-dialog-item .highlight { color: #e78c45 !important; } .filtered-item-list-dialog > div.container { background-color: #000000 !important; } .text-button { background-image: linear-gradient(#2e2e2e, #141414) !important; color: #d1d1d1 !important; border: 1px solid #1a1a1a !important; border-radius: 3px !important; cursor: pointer !important; box-shadow: none !important; text-shadow: none !important; } .text-button:disabled { cursor: default !important; opacity: 0.3 !important; } .text-button:not(:disabled):active { box-shadow: inset 0 1px 1px 0 #000000, 0 1px 1px 0 #4d4d4d !important; } .chrome-select { background-color: #0d0d0d !important; border-color: #1a1a1a !important; color: #ffffff !important; background-image: none !important; text-shadow: none !important; -webkit-appearance: menulist !important; box-shadow: none !important; } .chrome-select:disabled { opacity: .3 !important !important; } .chrome-select:focus { outline-color: none !important !important; } .search-drawer-header label.search-config-label, .drawer .settings-tab label, #drawer-footer td label { text-shadow: none !important; color: #E3CF8F !important; } .overrides-view .tabbed-pane-header-tab { color: #E3CF8F !important; } .overrides-view .tabbed-pane-content { color: #E3CF8F !important; } .overrides-view .tabbed-pane-content :disabled { color: rgba(234, 234, 234, 0.3) !important; } .overrides-view input, .overrides-view select { background-color: #0d0d0d !important; border-color: #1a1a1a !important; color: #ffffff !important; } .overrides-view input:disabled, .overrides-view select:disabled { opacity: .3 !important !important; } .overrides-view input:focus, .overrides-view select:focus { outline-color: none !important !important; } input[type="range"]::-webkit-slider-runnable-track { background-image: -webkit-linear-gradient(#2e2e2e, #141414) !important; height: 5px !important; text-align: center !important; margin: 10px 0 !important; } input[type='range']::-webkit-slider-thumb { position: relative !important; top: -5px !important; } .revision-history-link { color: #e78c45 !important; } .outline-disclosure.revision-history-drawer ol li { padding-top: 2px !important; line-height: 15px !important; } .revision-history-drawer > ol > .parent { background-color: #080808 !important; color: #E3CF8F !important; border-top: 1px solid #0d0d0d !important; border-bottom: 1px solid #000000 !important; margin: 0 !important; height: 22px !important; } .revision-history-drawer > ol > .parent + .children { margin-bottom: 10px !important; } .revision-history-drawer .revision-history-revision { color: #E3CF8F !important; background-color: #0a0a0a !important; border-top: 1px solid #141414 !important; border-bottom: 1px solid #000000 !important; height: 22px !important; line-height: 20px !important; } .revision-history-drawer .webkit-line-number { background: #0a0a0a !important; border-right: 1px solid #0d0d0d !important; padding: 1px 5px 1px 0 !important; display: inline-block; color: #666666 !important; } .revision-history-drawer .source-code { margin: 5px 0 15px 10px !important; } .revision-history-drawer .source-code .revision-history-line-separator:nth-child(1) { background-color: #000000 !important; } .revision-history-drawer .revision-history-line-separator { margin-top: 4px !important; } .revision-history-drawer .revision-history-line-removed, .revision-history-drawer .revision-history-line-added { background-color: #000000 !important; } .revision-history-drawer .revision-history-line-removed span:last-child, .revision-history-drawer .revision-history-line-added span:last-child { margin-left: 2px; } .revision-history-drawer .revision-history-line-removed { color: #ff5a5a !important; } .revision-history-drawer .revision-history-line-added { color: #7eb17e !important; } .help-footnote { border-top: none !important; } .help-footnote a { color: #e78c45; } button.overrides-swap { background-image: linear-gradient(#2e2e2e, #141414) !important; color: #d1d1d1 !important; border: 1px solid #1a1a1a !important; border-radius: 3px !important; cursor: pointer !important; box-shadow: none !important; text-shadow: none !important; } button.overrides-swap:disabled { cursor: default !important; opacity: 0.3 !important; } button.overrides-swap:not(:disabled):active { box-shadow: inset 0 1px 1px 0 #000000, 0 1px 1px 0 #4d4d4d !important; } .overrides-activate-device #tab-device .tabbed-pane-header-tab-title::after, .overrides-activate-media #tab-media .tabbed-pane-header-tab-title::after, .overrides-activate-network #tab-network .tabbed-pane-header-tab-title::after, .overrides-activate-sensors #tab-sensors .tabbed-pane-header-tab-title::after { color: #e78c45 !important; } /**********************************************/ /* Find Module [ctrl+shift+F / cmd+shift+F] /**********************************************/ #search-results-pane-file-based .search-result { background-color: #080808 !important; color: #E3CF8F !important; border-top: 1px solid #141414 !important; border-bottom: 1px solid #000000 !important; line-height: 18px !important; margin: 0 !important; } #search-results-pane-file-based .show-more-matches { color: #e78c45 !important; } #search-results-pane-file-based .parent:hover { background-color: #0d0d0d !important; color: #f7f7f7 !important; } #search-results-pane-file-based .parent .search-result-file-name { color: #888888 !important; } #search-results-pane-file-based .parent .search-result-matches-count { color: #e47e2e !important; } .toolbar-search button { background-image: linear-gradient(#2e2e2e, #141414) !important; color: #d1d1d1 !important; border: 1px solid #1a1a1a !important; border-radius: 3px !important; cursor: pointer !important; box-shadow: none !important; text-shadow: none !important; } .toolbar-search button:disabled { cursor: default !important; opacity: 0.3 !important; } .toolbar-search button:not(:disabled):active { box-shadow: inset 0 1px 1px 0 #000000, 0 1px 1px 0 #4d4d4d !important; } .toolbar-search-control { background-color: #0d0d0d !important; border: 1px solid #1a1a1a !important; } .toolbar-search-control input { background-color: #0d0d0d !important; border-color: #1a1a1a !important; color: #ffffff !important; border-color: none !important; } .toolbar-search-control input:disabled { opacity: .3 !important; } .toolbar-search-control input:focus { outline-color: none !important; } .toolbar-search-control .toolbar-search-navigation-controls { background-image: linear-gradient(#2e2e2e, #141414) !important; } .toolbar-search-control .toolbar-search-navigation.toolbar-search-navigation-prev, .toolbar-search-control .toolbar-search-navigation.toolbar-search-navigation-next { border: 1px solid #141414 !important; } .toolbar-replace-control { background-color: #0d0d0d !important; color: #ffffff !important; border: 1px solid #1a1a1a !important; } .search-drawer-header input[type="text"].search-config-search { background-color: #0d0d0d !important; color: #ffffff !important; border: 1px solid #1a1a1a !important; } .search-drawer-header input[type="text"].search-config-search:focus { outline-color: #e78c45 !important; } #drawer-contents .search-match-line-number { background: #0a0a0a !important; border-right: 1px solid #0d0d0d !important; padding: 1px 5px 1px 0 !important; display: inline-block; color: #666666 !important; } #search-results-pane-file-based .search-match .highlighted-match, .highlighted-search-result, .webkit-highlighted-line.webkit-line-content { color: #000000 !important; border-radius: 2px !important; font-size: 1em !important; background-color: #e78c45 !important; box-shadow: rgba(0, 0, 0, 0.498039) 3px 3px 4px 0px !important; } .search-match:hover { background-color: #2a2a2a !important; box-shadow: inset 0 1px 0 0 #444444, inset 0 -1px 0 0 #444444; } .status-bar { background-color: #262626 !important; border-top: none !important; border-bottom: none !important; } .search-results-matches { color: #E3CF8F !important; } .search-match-content { color: #E3CF8F !important; } .search-status-bar-summary { background: linear-gradient(#2e2e2e, #141414) !important; border-top: 1px solid #2e2e2e !important; } .search-drawer-header input[type="checkbox"].search-config-checkbox { vertical-align: middle !important; } .sidebar-pane-filter-box { border-top: 1px solid #0d0d0d !important; } .sidebar-pane-filter-box.styles-filter-engaged { background-color: transparent !important; } .sidebar-pane-filter-box > input { color: #E3CF8F !important; } .styles-section .properties li.filter-match, .styles-section .simple-selector.filter-match { background-color: #424242 !important; box-shadow: 0 0 0 1px #686868 !important; border-radius: 2px; } /********************************************** /* DevTool Chrome /**********************************************/ #console-messages, #console-view, #network-views .CodeMirror-lines, #script-view-fallback, .console-view-wrapper, .dialog .fill, .drawer .revision-history-drawer, .help-window-main, .panel .split-view-contents, .panel, .panel-enabler-view, .profiles-sidebar-tree-box, .resource-view .script-view, .sidebar-overlay, .split-view-vertical .sidebar-pane.composite .properties-tree, .styles-section.read-only, .tabbed-pane-content, .tabbed-pane-content.has-no-tabs .timeline-records-title, .timeline-records-list, #timeline-overview-sidebar { background-color: #000000 !important; z-index: 0; } .panel-enabler-view { color: #E3CF8F; } .panel .sidebar-tree-item.selected { background-color: #424242 !important; color: #ffffff !important; box-shadow: inset 0 1px 0 0 #686868, inset 0 -1px 0 0 #686868; } .panel .sidebar-tree-item:not(.selected):hover { background-color: #2a2a2a !important; color: #E3CF8F !important; box-shadow: inset 0 1px 0 0 #444444, inset 0 -1px 0 0 #444444; } .panel .sidebar-tree-item .disclosure-button { background-color: #aab0af !important; } .panel .data-grid th { border: none !important; } .panel .status-bar { border-bottom: 1px solid #2e2e2e; } .panel .status-bar-text { color: #E3CF8F !important; } body.dock-to-right.inactive:not(.undocked):not(.overlay-contents), body.dock-to-right:not(.undocked):not(.overlay-contents) { border-left: transparent !important; } .split-view.vbox > .split-view-sidebar.split-view-contents-second:not(.maximized) { border-top: none !important; } .tabbed-pane-content .settings-tab-text-button { background-image: linear-gradient(#2e2e2e, #141414) !important; color: #d1d1d1 !important; border: 1px solid #1a1a1a !important; border-radius: 3px !important; cursor: pointer !important; box-shadow: none !important; text-shadow: none !important; } .tabbed-pane-content .settings-tab-text-button:disabled { cursor: default !important; opacity: 0.3 !important; } .tabbed-pane-content .settings-tab-text-button:not(:disabled):active { box-shadow: inset 0 1px 1px 0 #000000, 0 1px 1px 0 #4d4d4d !important; } .split-view.vbox > .split-view-resizer > .split-view-resizer-border, .split-view.hbox > .split-view-resizer > .split-view-resizer-border { border: none !important; } .sidebar { background: none !important; } .editing { background-color: #000000 !important; outline: 1px solid #e78c45 !important; color: #E3CF8F !important; } /**********************************************/ /* Navigation Arrows /**********************************************/ .styles-section.matched-styles .properties li.parent.expanded .expand-element, #console-messages .console-group-messages .section.expanded .header::before, #console-messages .properties-tree li.parent.expanded::before, .outline-disclosure li.parent.expanded::before, .properties-tree li.parent.expanded::before, .section.expanded > .header::before, .section .event-bar.expanded .header::before, .sidebar-pane .parent.expanded::before, .sidebar-pane-stack .sidebar-pane-title.expanded::before, .timeline-expandable-expanded .timeline-expandable-arrow { background-color: #aab0af !important; background-image: none !important; -webkit-mask-image: url(Images/statusbarButtonGlyphs.png) !important; -webkit-mask-position: -4px -96px !important; -webkit-mask-repeat: no-repeat !important; color: rgba(0, 0, 0, 0) !important; opacity: 1 !important; -webkit-transition: -webkit-transform 0.1s ease-in-out; -webkit-transform: rotate(90deg); } .sidebar-pane-stack .sidebar-pane-title.expanded::before { -webkit-transform: rotate(90deg) translateX(2px); } .styles-section.matched-styles .properties li.parent .expand-element, #console-messages .console-group-messages .section .header::before, #console-messages .properties-tree li.parent::before, .outline-disclosure li.parent::before, #search-results-pane-file-based .parent::before, .properties-tree li.parent::before, .section > .header::before, .section .event-bar .header::before, .sidebar-pane .parent::before, .sidebar-pane-stack .sidebar-pane-title::before, .timeline-expandable-collapsed .timeline-expandable-arrow { background-color: #aab0af !important; background-image: none !important; -webkit-mask-image: url(Images/statusbarButtonGlyphs.png) !important; -webkit-mask-position: -4px -96px !important; -webkit-mask-repeat: no-repeat !important; color: rgba(0, 0, 0, 0) !important; opacity: 1 !important; -webkit-transition: -webkit-transform 0.1s ease-in-out; -webkit-transform: rotate(0deg); } .data-grid th.sort-ascending > div::after { background-color: #aab0af !important; background-image: none !important; -webkit-mask-image: url(Images/statusbarButtonGlyphs.png) !important; -webkit-mask-position: -4px -96px !important; -webkit-mask-repeat: no-repeat !important; color: rgba(0, 0, 0, 0) !important; opacity: 1 !important; -webkit-transition: -webkit-transform 0.1s ease-in-out; -webkit-mask-position: -4px -108px !important; } .data-grid th.sort-descending > div::after { background-color: #aab0af !important; background-image: none !important; -webkit-mask-image: url(Images/statusbarButtonGlyphs.png) !important; -webkit-mask-position: -4px -96px !important; -webkit-mask-repeat: no-repeat !important; color: rgba(0, 0, 0, 0) !important; opacity: 1 !important; -webkit-transition: -webkit-transform 0.1s ease-in-out; -webkit-mask-position: -20px -96px !important; } #search-results-pane-file-based .parent.expanded::before { -webkit-mask-position: -20px -96px !important; } #search-results-pane-file-based .parent.expanded::before { -webkit-mask-position: -20px -93px !important; } #search-results-pane-file-based .parent::before { -webkit-mask-position: -4px -93px !important; } .panel.network .outline-disclosure li.parent::before { top: 3px !important; } .sidebar-tabbed-pane .section > .header::before, .event-bars .event-bar .header::before { margin-top: 3px !important; } .status-bar-select-arrow { background-color: #aab0af !important; background-image: none !important; -webkit-mask-image: url(Images/statusbarButtonGlyphs.png) !important; -webkit-mask-position: -4px -96px !important; -webkit-mask-repeat: no-repeat !important; color: rgba(0, 0, 0, 0) !important; opacity: 1 !important; -webkit-transition: -webkit-transform 0.1s ease-in-out; -webkit-mask-position: -20px -96px !important; } /**********************************************/ /* Console /**********************************************/ #console-messages { border-top: none !important; } .console-message { border-bottom: none !important; } .console-message-wrapper { margin: 1px 0; } .console-status-bar { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; box-shadow: inset 0 1px 0 #404040, inset 0 -1px 0 #000000; border-bottom: none !important; } #console-prompt { color: #f1f1f1 !important; border-top: none !important; border-top: 1px solid #0d0d0d !important; border-bottom: 1px solid #1a1a1a !important; } .console-user-command { border-top: none !important; border-bottom: none !important; width: 100% !important; } #console-messages .console-user-command > .console-message-text { vertical-align: text-top !important; } .console-adjacent-user-command-result { background-color: #050505 !important; border-top: 1px solid #080808 !important; border-bottom: 1px solid #000000 !important; } .console-message .children li, .console-user-command .children li { margin: 1px 0 !important; } #console-messages .console-user-command > .console-message-text { color: #E3CF8F !important; } #console-messages .console-debug-level .console-message-text, #console-messages .console-debug-level .console-message-url { color: #fc844c !important; } #console-messages .console-debug-level .children div:hover * { color: #fc7333 !important; } #console-messages .console-debug-level .section > .header .title { color: #fc844c !important; } #console-messages .console-debug-level .bubble, #console-messages .console-debug-level .bubble-repeat-count { background-color: #fc844c !important; } #console-messages .console-log-level .console-message-text, #console-messages .console-log-level .console-message-url { color: #49a6d2 !important; } #console-messages .console-log-level .children div:hover * { color: #359ccd !important; } #console-messages .console-log-level .section > .header .title { color: #49a6d2 !important; } #console-messages .console-log-level .bubble, #console-messages .console-log-level .bubble-repeat-count { background-color: #49a6d2 !important; } #console-messages .console-warning-level .console-message-text, #console-messages .console-warning-level .console-message-url { color: #ddbb00 !important; } #console-messages .console-warning-level .children div:hover * { color: #c4a500 !important; } #console-messages .console-warning-level .section > .header .title { color: #ddbb00 !important; } #console-messages .console-warning-level .bubble, #console-messages .console-warning-level .bubble-repeat-count { background-color: #ddbb00 !important; } #console-messages .console-error-level .console-message-text, #console-messages .console-error-level .console-message-url { color: #ff5a5a !important; } #console-messages .console-error-level .children div:hover * { color: #ff4141 !important; } #console-messages .console-error-level .section > .header .title { color: #ff5a5a !important; } #console-messages .console-error-level .bubble, #console-messages .console-error-level .bubble-repeat-count { background-color: #ff5a5a !important; } #console-messages .console-info-level .console-message-text, #console-messages .console-info-level .console-message-url { color: #a277ff !important; } #console-messages .console-info-level .children div:hover * { color: #915eff !important; } #console-messages .console-info-level .section > .header .title { color: #a277ff !important; } #console-messages .console-info-level .bubble, #console-messages .console-info-level .bubble-repeat-count { background-color: #a277ff !important; } #console-messages .outline-disclosure .stacktrace-entry:hover { background-color: #030303 !important; } #console-messages a { color: #888888 !important; } #console-messages a:hover { color: #959595 !important; } #console-messages .console-error-level::before { top: 9px !important; } #console-messages .console-message { color: #E3CF8F !important; } .console-message .bubble { text-shadow: 0 0 1px rgba(0, 0, 0, 0.8) !important; } .console-formatted-node:hover { background: rgba(42, 42, 42, 0.5) !important; } .vbox.devices { color: #E3CF8F !important; } .vbox.devices a { color: #e78c45; } /********************************************** /* Element - Edit HTML /**********************************************/ .source-code .CodeMirror { outline: none !important; border: 1px solid #0d0d0d !important; border-radius: 5px; box-shadow: inset 0 0 15px 0 rgba(17, 17, 17, 0.6) !important; margin: 10px 0; padding: 10px 0 0 10px !important; color: #E3CF8F !important; } /********************************************** /* Element Highlighter /**********************************************/ .panel.elements #elements-content .CodeMirror { outline: none !important; } .panel.elements .outline-disclosure ol:focus li.selected .selection, .panel.console .outline-disclosure ol:focus li.selected .selection, .panel.elements .outline-disclosure li.selected .selection, .panel.console .outline-disclosure li.selected .selection { outline: 1px solid #686868 !important; background-color: #424242 !important; } .panel.elements .outline-disclosure li.hovered:not(.selected) .selection, .panel.console .outline-disclosure li.hovered:not(.selected) .selection { border-radius: 0 !important; background-color: #2a2a2a !important; border-top: 1px solid #444444 !important; border-bottom: 1px solid #444444 !important; } .outline-disclosure li.in-clipboard .highlight { outline: 1px dashed #666666 !important; } /********************************************** /* Element Highlighter /**********************************************/ .paint-profiler-overview, .paint-profiler-canvas-container canvas, .paint-profiler-view canvas { background-color: #000000 !important; } .progress-banner { background-color: rgba(77, 77, 77, 0.5) !important; color: #E3CF8F !important; } .layers.panel .outline-disclosure li { margin-top: 2px !important; } .layers.panel .selection { height: 18px !important; } .sidebar-tree li { color: #E3CF8F !important; } /********************************************** /* Network Tab (uses _tables.less for list of nodes) /**********************************************/ #network-container { border-top: none !important; } #network-container:not(.brief-mode) .network-log-grid.data-grid td.name-column:hover { text-decoration: none !important; } .data-grid { border: none !important; } .data-grid th.sort-ascending, .data-grid th.sort-descending, .data-grid th.sortable, .data-grid .timeline-column, .data-grid .corner { border-right: 1px solid #1a1a1a !important; border-bottom: 1px solid #1a1a1a !important; } .data-grid .network-timeline-grid .resources-divider-label { color: #E3CF8F !important; } .data-grid .network-timeline-grid .resources-divider { border-right: 1px solid rgba(51, 51, 51, 0.8); } .highlighted-row { -webkit-animation: "fadeout-revised" 2s 0s !important; } /*dropdownlist in network panel*/ .timeline-column option { color: #E3CF8F !important; background: #000000 !important; } .resource-view.image .title { color: #E3CF8F !important; } .resource-view.image .infoList dt { color: #626262 !important; margin-bottom: 5px !important; } .resource-view.image .infoList dd { color: #E3CF8F !important; margin-bottom: 5px !important; } .request-headers-view .header-name { color: #626262 !important; } .request-headers-view .header-value { color: #E3CF8F !important; } .request-headers-view .caution { color: #ddbb00 !important; } /* Network Timing Pane */ .resource-timing-view table { background-color: #0d0d0d !important; padding: 20px !important; border-radius: 4px; margin: 20px !important; } .resource-timing-view table td .network-timing-bar-title { color: #E3CF8F !important; text-shadow: 0 1px 1px #0d0d0d !important; } #network-views .request-headers-view .parent { background-color: #060606 !important; color: #E3CF8F !important; border-top: 1px solid #1a1a1a !important; border-bottom: 1px solid #000000 !important; line-height: 18px; } #network-views .script-view-fallback { background-color: #000000 !important; color: #E3CF8F !important; } .request-headers-view .outline-disclosure .header-count, .request-headers-view .outline-disclosure .header-toggle { color: #e78c45 !important; margin-left: 4px !important; } .request-headers-view .outline-disclosure .header-toggle:hover { text-shadow: 0 0 10px #e78c45; } .network-cell-subtitle { color: #dddddd !important; } .network-log-grid.data-grid th { border-bottom: transparent !important; } .network.panel .panel-status-bar { border-bottom: none !important; } .data-grid .network-error-row, .data-grid .network-error-row > td, .data-grid .network-error-row .network-cell-subtitle { color: #ff5a5a !important; } /**********************************************/ /* Elements/Network /**********************************************/ .panel:not(.timeline):not(.audits):not(.profiles):not(.cpu-profiler):not(.css-profiler):not(.heap-profiler):not(.canvas-profiler) table, .network-graph-bar, .network-graph-label, .network-graph-bar-area { color: #E3CF8F !important; } .network-summary-bar { background-image: -webkit-linear-gradient(#2e2e2e, #141414); border-top: 1px solid #000000 !important; color: #E3CF8F !important; } .network-log-grid.data-grid .bottom-filler-td { background: none !important; } #network-views .resource-view.html { background-color: #fff !important; } /********************************************** /* Profilers /**********************************************/ #profile-views .data-grid td > div, .profile-launcher-view label, .retainers-view-header, .profile-launcher-view-tree-item, .sidebar-tree-section, .resources-divider-label, .panel:not(.timeline) .sidebar-tree-item, .profile-entry-info { color: #E3CF8F !important; } .profile-entry-info { text-shadow: 0 0 1px #000000; background-color: rgba(0, 0, 0, 0.9) !important; border-radius: 4px; } #profile-views .data-grid button { color: #dddddd !important; } .heap-snapshot-view tr:not(.selected) td.object-column span.highlight { background-color: #424242 !important; border-radius: 3px; } .profiles-status-bar { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; box-shadow: inset 0 1px 0 #404040 !important; border-bottom: none !important; } .profiles-status-bar .status-bar { background-color: transparent !important; } .profiles-status-bar .status-bar, .retainers-view-header, .heap-snapshot-view .class-view-toolbar { border-top: none !important; border-bottom: none !important; } input.status-bar-item { background-color: #0d0d0d; color: #ffffff; border: 1px solid #1a1a1a; } input.status-bar-item:hover, input.status-bar-item:focus { border: 1px solid #1a1a1a !important; } .heap-snapshot-view .heap-snapshot-view-resizer { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; box-shadow: inset 0 1px 0 #404040 !important; border-top: none !important; border-bottom: none !important; color: #E3CF8F; } #profile-views .data-container .object-column { color: #E3CF8F; } #profile-views .data-container .object-column button { background-image: linear-gradient(#2e2e2e, #141414) !important; color: #d1d1d1 !important; border: 1px solid #1a1a1a !important; border-radius: 3px !important; cursor: pointer !important; box-shadow: none !important; text-shadow: none !important; } #profile-views .data-container .object-column button:disabled { cursor: default !important; opacity: 0.3 !important; } #profile-views .data-container .object-column button:not(:disabled):active { box-shadow: inset 0 1px 1px 0 #000000, 0 1px 1px 0 #4d4d4d !important; } .data-grid td, .heap-snapshot-stats-name, .heap-snapshot-stats-size { color: #E3CF8F !important; } /********************************************** /* Resources Tab /**********************************************/ .resources-status-bar .status-bar { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; box-shadow: inset 0 1px 0 #404040 !important; border-top: none !important; } /*-- WEB SQL --*/ .database-query-prompt { color: #E3CF8F !important; } .database-user-query { border-top: 1px solid #000000 !important; border-bottom: 1px solid #000000 !important; padding-bottom: 10px !important; } .database-user-query + span { padding: 2px 0 !important; border-top: 1px solid #000000 !important; border-bottom: 1px solid #000000 !important; background-color: #050505 !important; width: 100% !important; } .database-user-query .database-query-text { color: #E3CF8F !important; width: 100% !important; display: inline-block !important; margin-bottom: 5px; margin-top: 2px; } .database-user-query::before, .database-query-result::before { margin-top: -5px !important; } .database-user-query .error { color: #ff5a5a !important; } .indexed-db-database-view .outline-disclosure .attribute-name { color: #626262 !important; } .indexed-db-database-view .outline-disclosure .attribute-value { color: #E3CF8F !important; } /************************************* * Help/Settings Overlay *************************************/ .help-window-main { color: #E3CF8F !important; /*************************************************** /* Workspaces Dialog Box ****************************************************/ } .help-window-main .settings-tab-container header { border-bottom: 1px solid #4d4d4d !important; } .help-window-main .help-footnote { border-top: 1px solid #4d4d4d !important; } .help-window-main label, .help-window-main label:hover { color: #E3CF8F !important; } .help-window-main .tabbed-pane-header-tab.selected { color: #e78c45 !important; } .help-window-main .help-section-title { color: #e78c45 !important; } .help-window-main .help-block label, .help-window-main .help-block td { color: #E3CF8F !important; } .help-window-main select, .help-window-main input, .help-window-main option { background-color: #0d0d0d !important; border-color: #1a1a1a !important; color: #ffffff !important; } .help-window-main select:disabled, .help-window-main input:disabled, .help-window-main option:disabled { opacity: .3 !important; } .help-window-main select:focus, .help-window-main input:focus, .help-window-main option:focus { outline-color: none !important; } .help-window-main fieldset:disabled label { color: rgba(234, 234, 234, 0.3) !important; } .help-window-main select:disabled, .help-window-main input:disabled, .help-window-main .settings-tab-text-button:disabled { background-image: none !important; box-shadow: none !important; text-shadow: none !important; } .help-window-main .help-key-cell .help-key { color: #333333 !important; } .help-window-main .help-key-cell span { color: #eeeeee !important; } .help-window-main .settings-list-container { padding: 10px !important; background-color: #222222 !important; } .help-window-main .settings-list { border: 1px solid #444444 !important; } .help-window-main .settings-list-item { background-color: #0d0d0d !important; border-top: 1px solid #404040 !important; border-bottom: 1px solid #000000 !important; } .help-window-main .settings-list-item.selected { background-color: rgba(150, 255, 150, 0.2) !important; } .help-window-main .settings-list-item:nth-child(1) { border-top: none !important; } .help-window-main .settings-list-item:last-child { border-bottom: none !important; } .help-window-main .file-system-path-name { color: #e78c45 !important; } .file-system-path, .list-column-text, .settings-list-column-path { color: #E3CF8F !important; } .list-column-editor { background-color: #0d0d0d !important; border: 1px solid #1a1a1a !important; color: #ffffff !important; } .settings-dialog { border: 1px solid #444444 !important; background-color: #222222 !important; border-radius: 4px !important; } .settings-dialog .dialog-contents label { color: #E3CF8F; } .settings-dialog .dialog-contents .header { color: #eeeeee !important; } .settings-dialog .dialog-contents .block-header { color: #e78c45 !important; } .settings-dialog .settings-list-container { background-color: #444444 !important; } .settings-dialog .settings-list { border-color: #444444 !important; border-radius: 2px !important; } .settings-dialog .settings-list-item { background-color: #444444 !important; border-top: 1px solid #404040 !important; /* testsasdf */ border-bottom: 1px solid #000000 !important; /* testsasdf */ color: #333333 !important; } .settings-dialog .add-list-item { border-bottom: none !important; } .settings-dialog .file-mappings-list .settings-list-item:first-child, .settings-dialog .excluded-folders-section .settings-list-item:first-child { border-top: none !important; } .swatch { width: 12px !important; height: 12px !important; } .blackbox-dialog .columns-header { color: #e78c45 !important; } /********************************************** /* Sources Tab /**********************************************/ /*placeholder text when no file is open*/ .tabbed-pane-placeholder { text-shadow: 0 1px 0 #000000 !important; color: #999999 !important; } /*-- Save Problem Overlay --*/ .source-frame-unsaved-committed-changes { background-color: #000000 !important; } .source-frame-debugger-script { background-color: #000000 !important; } .sidebar-pane { /* Breakpoints/Dom Breakpoints */ /* Call Stack */ } .sidebar-pane .breakpoints-list-deactivated { background-color: #0d0d0d !important; opacity: 0.3 !important; } .sidebar-pane .breakpoint-list li { color: #e78c45 !important; border-top: 1px solid #121212 !important; border-bottom: 1px solid #000000 !important; } .sidebar-pane .breakpoint-list li:not(.breakpoint-hit):hover { background-color: #2a2a2a !important; border-top: 1px solid #121212 !important; border-bottom: 1px solid #000000 !important; } .sidebar-pane .breakpoint-hit { background: #424242 !important; border-top: 1px solid #686868 !important; border-bottom: 1px solid #686868 !important; color: #eee !important; } .sidebar-pane .placard .title, .sidebar-pane .placard .subtitle { color: #E3CF8F !important; } .sidebar-pane .placard:nth-of-type(2n) { background: #080808 !important; } .sidebar-pane .placard.selected { background: #424242 !important; color: #ffffff !important; border-top: 1px solid #686868 !important; border-bottom: 1px solid #686868 !important; } .sidebar-pane .placard.selected .title, .sidebar-pane .placard.selected .subtitle { color: #ffffff !important; } .sidebar-pane .hidden-placards-message { background-color: #1a1a1a !important; color: #ddbb00; } .sidebar-pane .hidden-placards-message .node-link { color: #e78c45; } .sidebar-pane > .body .placard + .info { background: #000000 !important; border-top: 0 !important; color: #e78c45 !important; font-style: normal !important; } .breakpoints-deactivated .breakpoint-list { background-color: rgba(0, 0, 0, 0) !important; opacity: .3 !important; } /*Pane Headers*/ .sidebar-pane-title { background-image: -webkit-linear-gradient(#2e2e2e, #141414) !important; color: #E3CF8F; border-top: 1px solid #404040 !important; border-bottom: 1px solid #000000 !important; } .sidebar-pane-stack > .sidebar-pane.visible:nth-last-of-type(1) { border-bottom: none !important; } .sidebar-pane .children.expanded, li.breakpoint-hit .breakpoint-hit-marker { background-color: transparent !important; } .pane-title-button.add, .sidebar-pane-toolbar > .pane-title-button.refresh { /*background-image: none !important;*/ -webkit-background-position: -24px 0 !important; background-color: #595959 !important; -webkit-mask-repeat: no-repeat !important; } .pane-title-button.add { -webkit-mask-image: url(Images/paneAddButtons.png) !important; } .sidebar-pane-toolbar > .pane-title-button.refresh { -webkit-mask-image: url(Images/paneRefreshButtons.png) !important; } .panel.elements .sidebar-pane-toolbar > select > option, .panel.elements .sidebar-pane-toolbar > select > hr { color: #E3CF8F !important; background-color: #000000 !important; } .panel.elements .sidebar-pane-toolbar > select.select-settings { /*background-image: none !important; */ -webkit-background-position: -24px 0 !important; background-color: #595959 !important; -webkit-mask-repeat: no-repeat !important; -webkit-mask-image: url(Images/paneSettingsButtons.png) !important; } .panel.elements .sidebar-pane-toolbar .pane-title-button.element-state { -webkit-mask-image: url(Images/paneElementStateButtons.png) !important; } .panel.elements .sidebar-pane-toolbar .pane-title-button.element-state, .panel.elements .sidebar-pane-toolbar .pane-title-button.add { background-color: #666666 !important; } /* Highlight in Scripts */ .webkit-highlighted-line.webkit-line-content { border-radius: 2px; } .webkit-highlighted-line.webkit-line-content * { color: #000000 !important; } /*exception icon state colors */ .scripts-pause-on-exceptions-status-bar-item.toggled-all .glyph { background-color: #dc0303 !important; } .scripts-pause-on-exceptions-status-bar-item.toggled-uncaught .glyph { background-color: #d5bf00 !important; } .webkit-highlighted-line { background-color: #e78c45 !important; } .alternate-status-bar-buttons-bar .scripts-pause, .alternate-status-bar-buttons-bar .scripts-long-resume, .alternate-status-bar-buttons-bar .status-bar-item { background-color: #0d0d0d !important; border: 1px solid #000000 !important; } .alternate-status-bar-buttons-bar .status-bar-item.emulate-active { background-color: #000000 !important; border: 1px solid #2a2a2a !important; } .properties-tree li, .outline-disclosure li::before, .properties-tree li.parent { background-color: inherit !important; line-height: inherit !important; } .event-listener-breakpoints.properties-tree li { height: auto !important; padding-top: 0 !important; } .event-listener-breakpoints.properties-tree li:before { -webkit-mask-position: -4px -93px !important; } .event-listener-breakpoints.properties-tree li .checkbox-elem { top: 2px !important; } .event-listener-breakpoints.properties-tree li.parent .checkbox-elem { top: 3px !important; } .source-frame-infobar { color: #ddbb00; border-bottom: 1px solid #1a1a1a !important; background-color: #1a1a1a !important; } .source-frame-infobar-link { color: #e78c45 !important; } .sidebar-pane-button-new-rule { background-color: #666666 !important; background-image: none; -webkit-mask-image: url(Images/paneAddButtons.png) !important; -webkit-mask-position: 0 0 !important; } .sidebar-pane-button-new-rule:hover { -webkit-mask-position: -23px 0 !important; } /********************************************** /* Sources Panel Controls /**********************************************/ .scripts-status-bar { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; box-shadow: inset 0 1px 0 #404040 !important; border-top: none !important; overflow: none !important; } .scripts-debug-toolbar { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; border-bottom: 1px solid #000000 !important; box-shadow: inset 0 1px 0 #404040 !important; } .help-indent-labels label { color: #E3CF8F !important; } .scripts-debug-toolbar-drawer { background-color: transparent !important; border-bottom: none !important; color: #E3CF8F !important; } .CodeMirror .webkit-html-message-bubble { color: #111 !important; border-radius: 2px !important; padding: 2px !important; } .CodeMirror-linewidget .source-frame-breakpoint-condition { border: 1px solid #4d4d4d !important; border-radius: 4px !important; background-image: -webkit-linear-gradient(#2e2e2e, #141414) !important; } .CodeMirror-linewidget .source-frame-breakpoint-condition input { color: #E3CF8F !important; } .CodeMirror-linewidget .source-frame-breakpoint-message { color: #e78c45 !important; } .CodeMirror-linewidget #source-frame-breakpoint-condition { background-color: #000000 !important; border: none !important; height: 22px !important; } /********************************************** /* Timeline Tab /**********************************************/ .timeline .panel-status-bar { color: #E3CF8F !important; } .timeline-category-statusbar-item, .timeline-records-stats, .record-title, .timeline-aggregated-category { text-shadow: none !important; color: #E3CF8F !important; } #timeline-graphs .timeline-graph-side.hovered, .timeline-records-list .timeline-tree-item.hovered:not(.selected) { background-color: #2a2a2a !important; outline: 1px solid #444444 !important; } #timeline-graphs .timeline-graph-side.selected, .timeline-records-list .timeline-tree-item.selected { background-color: #424242 !important; outline: 1px solid #686868 !important; } .timeline-records-list .timeline-tree-item { color: #E3CF8F !important; } .timeline-records-list .timeline-tree-item .data.dimmed { color: #E3CF8F !important; opacity: .7 !important; } /* Timeline */ .sidebar-tree-section { text-shadow: none !important; } .timeline-tree-item.selected .timeline-tree-item-expand-arrow, .timeline-tree-item-expand-arrow { background-color: #aab0af !important; } #counter-values-bar, #memory-graphs-container .sidebar-tree-section, .timeline-records-title, .timeline-details-view-title { background-image: -webkit-linear-gradient(#2e2e2e, #141414); color: #E3CF8F !important; text-shadow: none !important; } #counter-values-bar { position: relative !important; top: 1px !important; border-bottom: none !important; } .timeline-aggregated-info-legend > div, .memory-counter-sidebar-info { color: #E3CF8F !important; } .timeline-details-view-row-title { color: #404040 !important; } .timeline-details-view-title { border-bottom: none !important; } .timeline-details-view-row-value, .timeline-details-view-row-stack-trace { color: #E3CF8F !important; } .timeline-details-view-row .timeline-details-view-row-stack-trace .webkit-html-resource-link { color: #7aa6da !important; } #timeline-overview-sidebar { padding-right: 0 !important; border-right: 1px solid #000000 !important; } #timeline-overview-sidebar .sidebar-tree-item:hover { border-left: 6px solid #444444 !important; } #timeline-overview-sidebar .sidebar-tree-item.selected { border-left: 6px solid #686868 !important; } #timeline-overview-sidebar .sidebar-tree-item.selected .icon { background-color: #ffffff !important; } #timeline-overview-sidebar .sidebar-tree-item.selected .title { color: #ffffff !important; } #timeline-overview-sidebar .icon { background-color: #d1d1d1 !important; } #timeline-overview-sidebar .title { color: #d1d1d1 !important; } .timeline-cpu-curtain-left, .timeline-cpu-curtain-right { background-color: #E3CF8F !important; opacity: 0.3 !important; } .timeline-expandable { border-left: 1px solid #595959 !important; } .timeline-expandable-left { border-top: 1px solid #595959 !important; border-bottom: 1px solid #595959 !important; } .timeline-utilization-strip .timeline-graph-bar { border-color: rgba(200, 200, 200, 0.3) !important; background-color: rgba(200, 200, 200, 0.2) !important; } #timeline-overview-panel { border-bottom: 1px solid #2e2e2e !important; } .timeline .resources-event-divider.timeline-frame-divider, .resources-divider { background-color: #080808 !important; } .panel:not(.network) .resources-dividers-label-bar { background: transparent !important; border-bottom: 1px solid #000000 !important; } .panel:not(.network) #timeline-grid-header .resources-dividers-label-bar { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; } .overview-grid-dividers-background { background-color: red !important; } #timeline-overview-container { background-color: #000000 !important; } #timeline-overview-container canvas { background-color: transparent !important; } .overview-grid-window-resizer { box-shadow: none !important; } .overview-grid-window-rulers { border-right: 1px solid #e78c45; border-left: 1px solid #e78c45; background: #e78c45 !important; opacity: 0.2 !important; } .timeline-frame-strip { color: #E3CF8F !important; } .overview-grid-dividers-background { background-color: #0d0d0d !important; } .overview-grid-window { background-color: #000000 !important; } #memory-counters-graph { border-right: 1px solid #080808 !important; } .timeline-frame-container { background: none !important; } #timeline-overview-panel .split-view-sidebar > label { color: #E3CF8F !important; } .timeline-range-summary > div { color: #E3CF8F !important; } .pie-chart-foreground { color: #222; } .timeline-progress-pane { background-color: rgba(77, 77, 77, 0.5) !important; color: #E3CF8F !important; } /********************************************** /* Popovers /**********************************************/ .popover { -webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAYAAAA5gg06AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzNFODNCNTE0QTZFMjExQjY2OUE2RUJCODYzRjA1RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MDY1NzM5QkE2QTMxMUUyQkZBRkJBNzVEQjUzM0I4RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MDY1NzM5QUE2QTMxMUUyQkZBRkJBNzVEQjUzM0I4RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0M0U4M0I1MTRBNkUyMTFCNjY5QTZFQkI4NjNGMDVEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAzM0U4M0I1MTRBNkUyMTFCNjY5QTZFQkI4NjNGMDVEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4LICiQAAAl5JREFUeNrs3c9KVFEAwGHHmVEb6R85oLWpRArBIINo1RNEtIgmgqAnqF0v0M5WQdDGVYVU0EsEUYRERUhUCxdJVihpOZhTcztHZ6JFEQ13cet+PzjXGWFmcb45xzsgnEKSJF3Kdt2mAJIgQRIkQYIkSIIESZAgCZI6q9TpCyfqN3I9cRcrZ60kQcrHdveHhsMY/58n7jfb/WoYj+8cvTL38y+np6czhRRhamEcy/Mn/9S9C1Phx2TAepe1lTQSxvrH6+OrDz3vn7zpyxtOsbeUDB8f+xQenol/SgLW5QC1miWk0/Eyc/3RtueTD6p5XUXPrt2vjp47vLCvNh7n421cUVm5cRiKSJ/nlkp5Boo1Vr4UX999ur31tJalu7s98bI8u9DjXqyra2V+udxYWYtzuzNseZWsIJXjpdn4VkC0UdL88a9yRd+TfJkVJEGCJEiCBEmQIAmSIEESJEGCJEiQBEmQIAmSIEESJEGCJEiQBEmQIAmSIEESJEiCJEiQBEmQIAmSIEESJEiCJEiQBEmQIAkSJFMASZAg/U3rx88U+8qJKW1NbLm7PReNrCC9iJehI7vrmwb6v+YdqHpgV7208YF9mcb5SWkhLYVxMz4YOXlwsX9wSyPPQMMnxpZaT2+l8Z6FJOlsh/rFmXabw3jYfrIwM9+bNJNcnQJTrpSbW/cOrLWBwiq6FB9k6Uy/eEzaoTDOh1HbMTqY18W0GMbtAHQ1rTdM++DFuP9OtMb+HN491gPObNpvmuZ2l6uc2CxI/1odb3eykgQJkiBBEiRBgiRIggRJkCAp830XYABd2IbZvLB5+AAAAABJRU5ErkJggg==) 25 25 25 25 !important; border-width: 25px !important; } .popover .arrow { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAABMCAYAAACPiIzuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTNFODNCNTE0QTZFMjExQjY2OUE2RUJCODYzRjA1RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzdGN0JCRUE2QTQxMUUyOUFDOUJDNzA3QUQ2RDI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzdGN0JCREE2QTQxMUUyOUFDOUJDNzA3QUQ2RDI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyM0U4M0I1MTRBNkUyMTFCNjY5QTZFQkI4NjNGMDVEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxM0U4M0I1MTRBNkUyMTFCNjY5QTZFQkI4NjNGMDVEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FMRF/AAAA6FJREFUeNrsl11IFFEUx1fdolbX/XBLM/tAt6JwtVo17CHooaAHCwvTwhJEkkgUEYyKIBCl3HwIfIko6JMUesgeLEstKwTZMtLwgyxDw7CHXfNbW+wcuXcYh5n1zp2FKBw4zJ2P/e25d84953+C5ubmdIE6gpZgfxl2ZfyOJkCp4YQwDtYF8AgoTK8VkJSUpMqzXLBn5KzJs4tgWWRcAmYDq+RZswsI6qvrML4sehRN7uWAFauFnQM7joMvTzrNw+2Doa/P1kWRZ3lgBaywUrBsHKBHnp7hFTgeav1qbL1UH0neOQ2WvxiskExFh56gR+KHA0294W5Xo036rhxM+Df0AD2RmwpM2/KhuiWCzuJoS9FhKUxYh7aKhlXogb9P3Fvbbv14/a2VXJYBcD+F2egXelfVZOt/2mVmCdbu++6IzputFnKZRWGpOMAQ6HvcYVET/f31Xaax7yMYq7vAuzUIe44P4g46RuPzUn+ygkKjwmc3ZWz3hK01/YbLh7V7rg0hbIpOc9vJFC8LMCzGPGM/kujZkrlzBEFgVeIP0MAKDN9onbanJ4hBLvBqQhoaCCzyB0RQbFq8d3PGjl8EVAGgKaWgfUFDBIGOU7sFoNlum7KnJ3pEoDIw32JZo5kAq7dmJ3vxxuCrz8Z9N44NkOcUpKoG7EWg5N4DsHLxDZgmUwpqJturmVzfloLUJsc3xAxgE4GqAYogt9v9D5S6JRX0P8GYglYsTqQHpOsQOGWCLdOkggCEFeoMLSh6DaAQCuqpeW/Sqs/OU1D3PbfVN+sL1nN6JSgkKI/m6ZFJPdfeBNAChTQ26F3OtdEBVCKnkFTDAFRIpaicQmIO2sqJuwfgdJUqJCVhw+pZJotCYoVhgdaZ4mwzhtXGWa2wGqyXKAlQrKBo4YZBbfQRcTIPRNESGm2a4a4BRJy4BGB6ghfVEHdBISLlMgXGHXIsAKreAQDE9aoQA43rLdORznXjTHEml89I1pjf7D/avq2MStkwyQ0TQYX+KsjpdGpO1wBMhpMXJVUuifAaWI9b/n4k1hVKcYaZIAbP8A+lmrSGtAUEYDE3TK4FBGABF0ypBQRgviZJJW0BAZijSZ/5awG5xJ5SC8itHOVaQE0yVNoCcsPkWkAuFYQ5ClOLtAVUDZPp3Fzizo0ZptAC+lSLPWwBY9McXsjto2SNylQrR+wppS0gD4i2iJ/ELSCAyrXkM6EF9Adi8gzTNgSkgTbtWjLtHwEGAIab1RKaLSq+AAAAAElFTkSuQmCC) !important; width: 20px !important; height: 20px !important; } .popover .content { color: #E3CF8F !important; overflow: initial !important; } .popover .content .source-frame-popover-title { color: #ff8b3e !important; } .popover .content .source-frame-popover-tree { border-top: 1px solid #888888 !important; } .popover .content .popover-details-title { color: #ddbb00 !important; } .popover .content .popover-details-row-title { color: #49a6d2 !important; } .popover .content .network-timing-bar { background-color: #e78c45 !important; border-left-color: #e78c45 !important; } .popover .content .network-timing-bar-title { color: #E3CF8F !important; text-shadow: 0 1px 1px #0d0d0d; } .webkit-line-content .text-editor-overlay-highlight { background-color: #424242 !important; outline: 1px solid #686868 !important; } .spectrum-container { border: none !important; background: #000000 !important; border-radius: 3px !important; padding: 7px 10px !important; } .spectrum-container .swatch { margin-right: 3px !important; } .spectrum-range-container { padding-bottom: 0 !important; } .spectrum-range-container input { position: static !important; } /********************************************** /* Readability /* ------------------------------------------- /* Adjust the line height for elements|sources /* tab, find, and console. Adjust margin-top /* to line up expand/collapse arrow in /* elements panel /**********************************************/ .text-editor .inner-container .webkit-line-content, .text-editor-lines .inner-container .webkit-line-number, .styles-section .properties li, .CodeMirror-lines, #search-results-pane-file-based .search-match { line-height: 16px !important; } .panel.elements .outline-disclosure li.parent::before { margin-top: 1px; } /********************************************** /* Screencast /**********************************************/ .screencast { background-color: #000000 !important; } .screencast .screencast-viewport { background-color: #1a1a1a; box-shadow: 0 0 2px 0 #e78c45; margin: auto !important; } .screencast .screencast-navigation button { background-color: #e78c45 !important; -webkit-mask-image: -webkit-image-set(url(Images/navigationControls.png) 1x, url(Images/navigationControls_2x.png) 2x); background-image: none !important; border: none !important; width: 21px !important; height: 21px !important; cursor: pointer !important; } .screencast .screencast-navigation button.back { -webkit-mask-position: 0 2px; } .screencast .screencast-navigation button.forward { -webkit-mask-position: -17px 2px; } .screencast .screencast-navigation button.reload { -webkit-mask-position: -36px 2px; } .screencast .screencast-navigation button[disabled] { background-color: #595959 !important; opacity: 1 !important; cursor: default !important; } .screencast .screencast-navigation .progress { background-color: #e78c45 !important; } .screencast .screencast-navigation input { background: #0d0d0d !important; color: #ffffff !important; border: 1px solid #1a1a1a !important; } /********************************************** /* Scrollbars /**********************************************/ ::-webkit-scrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { width: 12px !important; height: 12px !important; background-color: #000000 !important; } ::-webkit-scrollbar-track:horizontal, .custom-popup-horizontal-scroll ::-webkit-scrollbar-track:horizontal, .custom-popup-vertical-scroll ::-webkit-scrollbar-track:horizontal, .custom-popup-vertical-scroll .custom-popup-horizontal-scroll ::-webkit-scrollbar-track:horizontal, .custom-popup-horizontal-scroll .custom-popup-vertical-scroll ::-webkit-scrollbar-track:horizontal { -webkit-box-shadow: inset 1px 5px 6px rgba(0, 0, 0, 0.3) !important; } ::-webkit-scrollbar-track:vertical, .custom-popup-horizontal-scroll ::-webkit-scrollbar-track:vertical, .custom-popup-vertical-scroll ::-webkit-scrollbar-track:vertical, .custom-popup-vertical-scroll .custom-popup-horizontal-scroll ::-webkit-scrollbar-track:vertical, .custom-popup-horizontal-scroll .custom-popup-vertical-scroll ::-webkit-scrollbar-track:vertical { -webkit-box-shadow: inset 4px 1px 8px 1px rgba(0, 0, 0, 0.3) !important; } ::-webkit-scrollbar-corner, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { -webkit-box-shadow: inset 1px 5px 6px rgba(0, 0, 0, 0.3) !important; } ::-webkit-scrollbar-thumb { border-radius: 8px !important; background-color: #333333 !important; border: 1px solid #000000 !important; } ::-webkit-scrollbar-thumb:horizontal { -webkit-box-shadow: inset 0 7px 1px -5px rgba(255, 255, 255, 0.3) !important; } ::-webkit-scrollbar-thumb:vertical { -webkit-box-shadow: inset 3px 0 5px 0 rgba(255, 255, 255, 0.3) !important; } /*Popover scrollbar overrides */ .custom-popup-horizontal-scroll ::-webkit-scrollbar-track, .custom-popup-vertical-scroll ::-webkit-scrollbar-track, .custom-popup-vertical-scroll .custom-popup-horizontal-scroll ::-webkit-scrollbar-track, .custom-popup-horizontal-scroll .custom-popup-vertical-scroll ::-webkit-scrollbar-track { -webkit-box-shadow: none !important; } .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb { -webkit-border-image: none !important; } .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical { -webkit-box-shadow: inset 4px 1px 8px 1px rgba(0, 0, 0, 0.3) !important; } .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal { -webkit-box-shadow: inset 1px 5px 6px rgba(0, 0, 0, 0.3) !important; } .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:active, .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:hover, .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:decrement, .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:increment, .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:active, .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:hover, .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement, .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:increment { -webkit-border-image: none !important; } /********************************************** /* Elements/Sources Right Sidebar /**********************************************/ .styles-section { padding: 4px 0 !important; margin: 0 10px; border-top: 1px solid #1a1a1a !important; border-bottom: none !important; } .styles-section:first-child { border-top: none !important; } .styles-section.read-only:not(.computed-style) { background-color: #0d0d0d !important; margin: 0; padding-left: 10px !important; padding-right: 10px !important; } .styles-section .value { color: #E3CF8F !important; } .styles-section .child-editing, .styles-section .header .subtitle { color: #999999 !important; } .styles-section .properties .overloaded, .styles-section .properties .inactive, .styles-section .properties .disabled, .styles-section .properties .not-parsed-ok { opacity: .5 !important; } .event-bars .event-bar .header .title { text-shadow: none !important; color: #E3CF8F !important; } .sidebar-pane { /*-- METRICS--*/ } .sidebar-pane .body, .sidebar-pane .monospace { color: #E3CF8F !important; } .sidebar-pane .section.expanded > .header { border-bottom: 1px solid #000000 !important; } .sidebar-pane .section.expanded > .properties-tree { background-color: #050505 !important; } .sidebar-pane .body .metrics { color: #000 !important; border-top: 1px solid #0d0d0d !important; border-bottom: 1px solid #0d0d0d !important; margin-top: 5px !important; } .sidebar-pane .body .metrics .position, .sidebar-pane .body .metrics .margin:not([style^=background-color]), .sidebar-pane .body .metrics .border:not([style^=background-color]), .sidebar-pane .body .metrics .padding:not([style^=background-color]), .sidebar-pane .body .metrics .margin:not([style^=background-color]), .sidebar-pane .body .metrics .content:not([style^=background-color]) { background-color: #888 !important; } .sidebar-pane .section:first-child { border-top: none !important; } .styles-section.first-styles-section, .sidebar-separator + .styles-section { border-top: none !important; } .sidebar-separator { background-image: -webkit-linear-gradient(#2e2e2e, #141414) !important; color: #E3CF8F !important; text-shadow: none !important; border-top: none !important; border-bottom: none !important; } /*-- PSEUDO STATE DISPLAY --*/ .styles-element-state-pane { background: #0f0f0f !important; padding: 4px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; } .styles-element-state-pane.expanded { margin-top: 0 !important; } .sidebar-pane-stack .event-category, .sidebar-pane .section { border-top: 1px solid #121212 !important; border-bottom: 1px solid #000000 !important; margin-top: 0 !important; } /********************************************** /* Resources & Sources Sidebar /**********************************************/ .panel:not(.elements):not(.console) { /*-- currently selected element --*/ } .panel:not(.elements):not(.console) .base-storage-tree-element-title, .panel:not(.elements):not(.console) .base-storage-tree-element-subtitle, .panel:not(.elements):not(.console) .base-navigator-tree-element-title { color: #E3CF8F !important; top: 0 !important; } .panel:not(.elements):not(.console) .selected .base-storage-tree-element-title, .panel:not(.elements):not(.console) .selected .base-storage-tree-element-subtitle, .panel:not(.elements):not(.console) .selected .base-navigator-tree-element-title { color: #ffffff !important; text-shadow: none !important; } .panel:not(.elements):not(.console) .sidebar li { color: #E3CF8F !important; } .panel:not(.elements):not(.console) .outline-disclosure li.selected .selection { background: #424242 !important; color: #ffffff !important; border-top: 1px solid #686868 !important; border-bottom: 1px solid #686868 !important; margin-top: -1px !important; } .panel:not(.elements):not(.console) .outline-disclosure li:hover:not(.selected) .selection, .panel:not(.elements):not(.console) .outline-disclosure li.hovered:not(.selected) .selection { display: block !important; background: #2a2a2a !important; border-top: 1px solid #444444 !important; border-bottom: 1px solid #444444 !important; margin-top: -1px !important; height: 18px !important; border-radius: 0 !important; } .panel:not(.elements):not(.console) .outline-disclosure ol:focus li.selected .selection { background: #424242 !important; color: #ffffff !important; border-top: 1px solid #686868 !important; border-bottom: 1px solid #686868 !important; margin-top: -1px !important; text-shadow: none !important; } .panel:not(.elements):not(.console) .sidebar-overlay { border-right: 1px solid #080808 !important; box-shadow: #141414 5px 0px 22px 3px !important; } .sidebar li.selected .selection { background-image: none !important; border: none !important; } /************************************************ /* Status bar /************************************************/ select.status-bar-item, select.status-bar-item:hover { color: #E3CF8F !important; text-shadow: none !important; border-left: 1px solid #0d0d0d !important; border-right: 1px solid #0d0d0d !important; background: inherit !important; border-top: none !important; border-bottom: none !important; } select.status-bar-item option { background-color: #000000 !important; } .status-bar-items { border-left: none !important; } /*text color of status bar labels */ .status-bar label[for=search-replace-trigger], #bottom-status-bar-container .type, #bottom-status-bar-container .timeline-records-stats, .source-frame-cursor-position, .search-status-bar-summary .search-message, .search-results-status-bar-message { text-shadow: none !important; color: #E3CF8F !important; } /*-- GLYPHS --*/ button.scripts-step-over .glyph, button.scripts-step-into .glyph, button.scripts-step-out .glyph, .filters-toggle.toggled-active .glyph, button.status-bar-item.toggled-on .glyph, button.status-bar-item.toggled-on .glyph:not(.shadow), button.clear-status-bar-item:active .glyph, button.garbage-collect-status-bar-item:active .glyph, button.glue-async-status-bar-item:active .glyph, .filters-toggle.toggled-shown .glyph { background-color: #e78c45 !important; } .toolbar-background button.status-bar-item .glyph, .toolbar-background button.status-bar-item .long-click-glyph { background-color: #595959 !important; } #scripts-debugger-status { color: #e78c45 !important; } button.scripts-step-over:disabled .glyph, button.scripts-step-into:disabled .glyph, button.scripts-step-out:disabled .glyph { background-color: #000000 !important; } .sources-status-bar, .panel-status-bar, .resources-status-bar .status-bar, .overrides-footer { background-image: -webkit-linear-gradient(#2e2e2e, #141414); border-top: #000000 !important; color: #E3CF8F !important; } .checkbox-filter-checkbox, label.checkbox, .checkbox-filter-checkbox-check, .filter-checkbox-filter .type, #text-filter-regex + label { color: #E3CF8F !important; } .checkbox-filter-checkbox { background: #fff !important; } .filter-bitset-filter li { padding: 2px 6px !important; margin: auto 2px !important; border-radius: 8px !important; } .status-bar-select-arrow { position: relative !important; right: 5px !important; } .event-listener-breakpoints .checkbox-elem { top: 0 !important; } .save-device-button, .remove-device-button { background-image: linear-gradient(#2e2e2e, #141414) !important; color: #d1d1d1 !important; border: 1px solid #1a1a1a !important; border-radius: 3px !important; cursor: pointer !important; box-shadow: none !important; text-shadow: none !important; } .save-device-button:disabled, .remove-device-button:disabled { cursor: default !important; opacity: 0.3 !important; } .save-device-button:not(:disabled):active, .remove-device-button:not(:disabled):active { box-shadow: inset 0 1px 1px 0 #000000, 0 1px 1px 0 #4d4d4d !important; } /********************************************** /* Suggest Box /**********************************************/ .suggest-box { color: #000 !important; background-color: #000000 !important; border: 2px rgba(0, 0, 0, 0.2) solid !important; box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1) !important; } .suggest-box-content-item.source-code:hover { background-color: #2a2a2a !important; border: 1px solid rgba(0, 0, 0, 0) !important; } .suggest-box-content-item.source-code.selected { background-color: #2a2a2a !important; } .suggest-box .source-code .prefix { color: #e78c45 !important; } .suggest-box .source-code .suffix { color: #f7f7f7 !important; } .cm-js-atom { color: #89f5a2 !important; } .cm-js-attribute { color: #4e87bf !important; } .cm-js-builtin { color: #8da6ce !important; } .cm-js-comment { color: #676767 !important; font-style: italic; } .cm-js-def { color: #49a6d2 !important; } .cm-js-error { background: #9D1E15 !important; color: #f8f8f8 !important; } .cm-js-header { color: #ff6400 !important; } .cm-js-hr { color: #aeaeae !important; } .cm-js-keyword { color: #8b6ccf !important; font-style: italic; } .cm-js-link { color: #8da6ce !important; } .cm-js-meta { color: #d8fa3c !important; } .cm-js-number, .section .properties .number, .event-properties .number { color: #89f5a2 !important; } .cm-js-operator { color: #cdb943 !important; } .cm-js-property { color: #cdb943 !important; } .cm-js-string { color: #f07b3c !important; } .cm-js-string-2 { color: #f07b3c !important; } .cm-js-tag { color: #49a6d2 !important; } .cm-js-variable { color: #E3CF8F !important; } .cm-js-variable-2 { color: #E3CF8F !important; } .source-frame-eval-expression { background-color: #424242 !important; border-color: #686868 !important; } .cm-atom { color: #89f5a2 !important; } .cm-comment { color: #676767 !important; font-style: italic; } .cm-variable { color: #E3CF8F !important; } .cm-string { color: #f07b3c !important; } .cm-keyword { color: #8b6ccf !important; font-style: italic; } .cm-number { color: #89f5a2 !important; } .cm-operator { color: #cdb943 !important; } .cm-error { background: #9D1E15 !important; color: #f8f8f8 !important; } .cm-s-default .cm-property { color: #E3CF8F !important; } /*--CSS--*/ .cm-css-atom { color: #E3CF8F !important; } .cm-css-builtin { color: #ff9635 !important; } .cm-css-def { color: #ff9635 !important; } .cm-css-comment { color: #676767 !important; font-style: italic; } .cm-css-meta { color: #EDBF82 !important; } .cm-css-number { color: #E3CF8F !important; } .cm-css-operator { color: #E3CF8F !important; } .cm-css-property { color: #EDBF82 !important; } .cm-css-qualifier { color: #ff9635 !important; } .cm-css-string { color: #e3b959 !important; } .cm-css-string-2 { color: #E3CF8F !important; } .cm-css-tag { color: #ff9635 !important; } .cm-css-variable { color: #ff9635 !important; } .cm-css-variable-2 { color: #ff9635 !important; } /*--HTML--*/ .cm-xml-comment { color: #969896 !important; font-style: italic !important; } .cm-xml-error { color: #bf4c4c !important; } .cm-xml-string { color: #b9ca4a !important; } .cm-xml-tag { color: #d54e53 !important; } .cm-xml-attribute { color: #e78c45 !important; } .cm-xml-link { color: #7aa6da !important; } .shadow-root .webkit-html-fragment.shadow-root { color: #ddbb00 !important; } .outline-disclosure ol li .highlight { color: #ddbb00 !important; } /*--GLOBAL--*/ .CodeMirror-code { color: #E3CF8F; } /********************************************** /* Code Highlighting [WEBKIT] /**********************************************/ /*-- HTML --*/ .webkit-html-attribute-name { color: #e78c45 !important; } .webkit-html-attribute-value { color: #b9ca4a !important; } .webkit-html-comment { color: #969896 !important; font-style: italic; } .webkit-html-resource-link, .webkit-html-external-link { color: #7aa6da !important; } .webkit-html-tag, .webkit-html-tag-name { color: #d54e53 !important; } .webkit-html-text-node, .webkit-html-css-node, .webkit-html-js-node { color: #7aa6da !important; } .webkit-html-pseudo-element { color: #7aa6da !important; } /*-- CSS --*/ .selector-matches { color: #ff9635 !important; } .webkit-css-selector { color: #ff9635 !important; } .webkit-css-at-rule { color: #b094bb !important; } .webkit-css-color { color: #ff9635 !important; } .webkit-css-comment { color: #676767 !important; } .webkit-css-important { color: #ff0000 !important; } .webkit-css-keyword { color: #ff9635 !important; } .webkit-css-number { color: #E3CF8F !important; } .webkit-css-property, .styles-section .properties > li .webkit-css-property { color: #EDBF82 !important; font-weight: 400; } .webkit-css-string { color: #e3b959 !important; } .webkit-css-url { color: #7aa6da !important; } /*-- JAVASCRIPT --*/ .section .properties .name, .event-properties .name, .console-formatted-object .name { color: #77a8c6 !important; } .console-formatted-object, .console-formatted-array { color: #7c7c7c !important; } .console-formatted-function { color: #8b6ccf !important; } .console-formatted-number { color: #89f5a2 !important; } .console-formatted-boolean { color: #89f5a2 !important; } .console-object-preview { color: #dddddd !important; } .console-formatted-regexp { color: #ff54e8 !important; } .console-formatted-string { color: #ff8737 !important; } .console-formatted-undefined { color: #ad4e4e !important; } .json .title { color: #E3CF8F !important; } .json .separator { color: #919191 !important; } .popover .parent + .children.expanded, #console-messages .parent + .children.expanded, .sidebar-pane .parent:not(.event-category) + .children.expanded { border-left: 1px dashed rgba(234, 234, 234, 0.2) !important; position: relative; left: 4.4px; } .section .properties .dimmed { opacity: 0.5 !important; } /**********************************************/ /* Tables /**********************************************/ .data-grid { border: 1px solid #000000 !important; background-color: transparent !important; background-image: none !important; } .data-grid th, .data-grid .data { background: none !important; border-left: 1px solid #1a1a1a !important; } .data-grid .header { background-image: -webkit-linear-gradient(#2e2e2e, #141414); } .data-grid .header th { color: #e78c45 !important; } .data-grid .header .key-column, .data-grid .header .value-column { border: none !important; } .data-grid td { border-left: 1px solid #060606 !important; } .data-grid .data-container a { text-decoration: none; color: #7aa6da !important; } .data-grid .data-container tr:nth-child(odd) { background-color: #000000 !important; } .data-grid .data-container tr:nth-child(even) { background-color: #050505 !important; } .data-grid .data-container tr:not(.selected):not(.filler):hover { background-color: #2a2a2a !important; outline: 1px solid #3c3c3c !important; } .data-grid .data-container tr.selected { background-color: #424242 !important; outline: 1px solid #686868 !important; } .data-grid .data-container tr .editing * { color: #FFF !important; background-color: #000000 !important; } /***********************/ /* Tabbed Panes /***********************/ .tabbed-pane:not(.help-window-main) .tabbed-pane-header { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; box-shadow: inset 0 1px 0 #404040; border-bottom: 1px solid #000000; } .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-tab { border-top: 2px solid rgba(0, 0, 0, 0) !important; border-left: none !important; border-right: none !important; padding: 2px 7px !important; margin: 0 !important; margin-top: 0 !important; margin-bottom: 1px !important; border-color: transparent !important; } .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-tab:hover { color: #f8f8f8 !important; } .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-tab.selected { background: none !important; border-top: 2px solid #e78c45 !important; color: #f8f8f8 !important; font-size: 1em; } .tabbed-pane:not(.help-window-main) .tabbed-pane-header .editor-container-unsaved-committed-changes-icon + .tabbed-pane-header-tab-title { color: #ddbb00; } .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-contents { color: #999999 !important; } .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-tab-title { line-height: 16px !important; } .tabbed-pane:not(.help-window-main) .overrides-view .tabbed-pane-header-tab { border-top: none !important; margin-left: 6px !important; } .tabbed-pane:not(.help-window-main) .overrides-view .tabbed-pane-header-tab.selected { border-top: none !important; border-left: 6px solid #e78c45 !important; margin-left: 0 !important; } .tabbed-pane-content not(.overrides-view) .tabbed-pane-header { flex: 0 0 25px !important; } .tabbed-pane-content not(.overrides-view) .tabbed-pane-header .tabbed-pane-header-tab { height: 25px !important; line-height: 18.75px !important; cursor: pointer !important; } #drawer-contents .tabbed-pane-header, .inactive #drawer-contents .tabbed-pane-header { border-top: none !important; border-bottom: #222 !important; } body .toolbar-background, body.undocked.platform-mac-mountain-lion.inactive .toolbar-background, body.undocked.platform-mac-mountain-lion .toolbar-background, body.platform-mac-mountain-lion.inactive .toolbar-background, body.platform-mac-mountain-lion .toolbar-background, body.undocked.platform-mac.inactive .toolbar-background, body.undocked.platform-mac .toolbar-background, body.inactive .toolbar-background, body:not(.undocked) .toolbar-background { background-image: -webkit-linear-gradient(#2e2e2e, #141414) !important; border-bottom: none !important; } select.tabbed-pane-header-tabs-drop-down-select { background-color: #000000 !important; color: #E3CF8F !important; } .toolbar { background: -webkit-linear-gradient(#2e2e2e, #141414) !important; border-bottom: none !important; flex: 0 0 34px !important; padding: 0 !important; } .toolbar .tabbed-pane-header .tabbed-pane-header-tab { height: 34px !important; line-height: 25.5px !important; padding: 2px 4px !important; cursor: pointer !important; border-image: none !important; } .toolbar .tabbed-pane-header .tabbed-pane-header-tabs-drop-down { line-height: 30.6px; } .toolbar .toolbar-controls-left, .toolbar .toolbar-controls-right { padding-top: 6px !important; border-bottom: 1px solid #000000 !important; box-shadow: inset 0 1px 0 #404040 !important; } #network-views .network-item-view .tabbed-pane-header { padding-top: 0 !important; } #network-views .network-item-view .tabbed-pane-header .tabbed-pane-header-tab { height: 31px !important; } #network-views .network-item-view .tabbed-pane-header .tabbed-pane-header-tab-title { line-height: 21px !important; } #network-views.small .network-item-view .tabbed-pane-header .tabbed-pane-header-tab-title { line-height: 12px !important; } .tabbed-pane-header-tabs-drop-down { color: #999 !important; } .split-view.hbox > .split-view-sidebar.split-view-contents-second:not(.maximized) { border-left: 2px solid #0d0d0d !important; } .split-view.hbox > .split-view-sidebar.split-view-contents-first:not(.maximized) { border-right: 2px solid #0d0d0d !important; } .tabbed-pane-header-tab { width: auto !important; } .filter-bitset-filter li, .filter-bitset-filter li.selected, .filter-bitset-filter li:hover, .filter-bitset-filter li:active { text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; color: #E3CF8F !important; } .filter-bitset-filter li:hover { background: #1a1a1a !important; } .filter-bitset-filter li.selected { color: #ffffff !important; background: #262626 !important; } .filter-bitset-filter li.selected.error { background: #ff5a5a !important; } .filter-bitset-filter li.selected.warning { background: #ddbb00 !important; } .filter-bitset-filter li.selected.info { background: #a277ff !important; } .filter-bitset-filter li.selected.log { background: #49a6d2 !important; } .filter-bitset-filter li.selected.debug { background: #fc844c !important; } .network-filters-header, .console-filters-header, .timeline-filters-header { background: #0d0d0d; } /*separator between all | rest of options*/ .filter-bitset-filter-divider { background-color: #1a1a1a !important; } .status-bar-counter { color: #E3CF8F !important; } .status-bar-counter:hover { border-bottom: none !important; } .tabbed-pane-header-tabs-drop-down > select.drop-down-menu option { background-color: #000000 !important; color: #E3CF8F !important; } .overrides-splash-screen { color: #E3CF8F !important; } .overrides-splash-screen .glyph { background-color: #595959 !important; } .tabbed-pane-header-tab.overrides-activate .tabbed-pane-header-tab-title::after { color: #e78c45 !important; }