Last active
January 2, 2016 23:28
-
-
Save mauricecruz/8376304 to your computer and use it in GitHub Desktop.
Zero Dark Matrix Theme for v.32.0.1700
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*****************************************************************************/ | |
/* Zero-Dark-Matrix | |
/* Optimized for Chrome Stable Channel v32.0.1700 | |
/* https://github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme | |
/*************************************************************************/ | |
/********************************************** | |
/* Animations | |
/* ------------------------------------------- | |
/* If you are experiencing performance issues, | |
/* remove the animations section below. | |
/**********************************************/ | |
/*-- SOURCES PANEL --*/ | |
#-blink-dev-tools .panel.sources .split-view-vertical .split-view-contents { | |
-webkit-transition: right 0.5s ease-in-out; | |
} | |
#-blink-dev-tools .panel.sources .split-view-contents-second.split-view-sidebar { | |
-webkit-animation: slideInRightBig 0.2s ease-out; | |
} | |
#-blink-dev-tools .panel.sources div:not(.split-view-horizontal) .split-view-vertical .split-view-sidebar, | |
#-blink-dev-tools .panel.sources .split-view-vertical .split-view-contents-first.split-view-sidebar { | |
-webkit-animation: none !important; | |
} | |
#-blink-dev-tools .sidebar-overlay { | |
-webkit-animation: slideInLeftBig 0.5s ease-out; | |
} | |
#-blink-dev-tools .panel.elements .split-view-horizontal .split-view-contents-second:not(.metrics-and-computed), | |
#-blink-dev-tools .panel.sources .split-view-horizontal > .split-view-contents-second.split-view-sidebar { | |
-webkit-animation: bounceInUp 1s ease-in-out; | |
z-index: 99; | |
} | |
#-blink-dev-tools #toolbar > .toolbar-item.toggleable.toggled-on { | |
-webkit-transition: border-top 0.25s ease-out 0; | |
} | |
#-blink-dev-tools .tabbed-pane:not(.help-window-main) .tabbed-pane-header-tab.selected, | |
#-blink-dev-tools .small .tabbed-pane:not(.help-window-main) .tabbed-pane-header-tab.selected { | |
-webkit-transition: border-top 0.25s ease-out 0; | |
} | |
/*-- NETWORK PANES --*/ | |
#-blink-dev-tools #network-views { | |
-webkit-animation: bounceInRight 0.5s ease-in-out; | |
} | |
/*-- FIND --*/ | |
#-blink-dev-tools #search-results-pane-file-based .search-match .highlighted-match, | |
#-blink-dev-tools .webkit-search-result, | |
#-blink-dev-tools .webkit-highlighted-line.webkit-line-content, | |
#-blink-dev-tools .CodeMirror .cm-line-with-selection span.cm-column-with-selection { | |
-webkit-animation: match-animation 0.5s ease-in-out; | |
} | |
/*-- INACTIVE SELECTORS --*/ | |
#-blink-dev-tools .styles-section .properties .overloaded, | |
#-blink-dev-tools .styles-section .properties .inactive, | |
#-blink-dev-tools .styles-section .properties .disabled, | |
#-blink-dev-tools .styles-section .properties .not-parsed-ok { | |
-webkit-transition: opacity 0.5s ease-in-out 0; | |
} | |
/*-- CURRENTLY SELECTED --*/ | |
#-blink-dev-tools .panel.elements .outline-disclosure ol:focus li.selected .selection { | |
-webkit-animation: pulsate 2.5s infinite; | |
} | |
#-blink-dev-tools #elements-crumbs .crumbs .crumb.selected { | |
-webkit-transition: border-top 0.25s ease-out 0; | |
} | |
#-blink-dev-tools .styles-section .properties .enabled-button { | |
-webkit-transition: visibility 0.5s ease-in-out; | |
} | |
/*-- HIGHLIGHT CHILDREN --*/ | |
#-blink-dev-tools .panel.elements .parent + .children { | |
-webkit-transition: 0.5s ease-in 0.25s; | |
} | |
#-blink-dev-tools .panel.elements .parent.selected.expanded + .children > :last-child *, | |
#-blink-dev-tools .panel.elements .parent.hovered.expanded + .children > :last-child * { | |
-webkit-transition: opacity 0.5s ease-in-out 0.25s; | |
} | |
/*-- POPOVERS --*/ | |
#-blink-dev-tools .popover { | |
-webkit-animation: growFadeIn 0.2s ease-in-out; | |
} | |
#-blink-dev-tools .popover.top-left-arrow { | |
-webkit-transform-origin: 25% 0%; | |
} | |
#-blink-dev-tools .popover.top-right-arrow { | |
-webkit-transform-origin: 75% 0%; | |
} | |
#-blink-dev-tools .popover.right-top-arrow { | |
-webkit-transform-origin: 100% 10%; | |
} | |
#-blink-dev-tools .popover.right-bottom-arrow { | |
-webkit-transform-origin: 100% 90%; | |
} | |
#-blink-dev-tools .popover.bottom-left-arrow { | |
-webkit-transform-origin: 25% 100%; | |
} | |
#-blink-dev-tools .popover.bottom-right-arrow { | |
-webkit-transform-origin: 75% 100%; | |
} | |
#-blink-dev-tools .popover.left-top-arrow { | |
-webkit-transform-origin: 0% 10%; | |
} | |
#-blink-dev-tools .popover.left-bottom-arrow { | |
-webkit-transform-origin: 0% 90%; | |
} | |
/* -- KEYFRAME DECLARATIONS -- */ | |
@-webkit-keyframes match-animation { | |
0% { | |
box-shadow: 0 0 0 #222; | |
background-color: #222; | |
color: #222; | |
} | |
50% { | |
box-shadow: 0 0 25px #89F5A2; | |
} | |
100% { | |
box-shadow: 0 0 0 #89F5A2; | |
background-color: #89F5A2; | |
} | |
} | |
@-webkit-keyframes pulsate { | |
0% { | |
background-color: #364c3b; | |
} | |
50% { | |
background-color: #2b3d2f; | |
} | |
100% { | |
background-color: #364c3b; | |
} | |
} | |
@-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); | |
} | |
} | |
/********************************************** | |
/* Readability | |
/* ------------------------------------------- | |
/* Adjust the line height for elements|sources | |
/* tab, find, and console. Adjust margin-top | |
/* to line up expand/collapse arrow in | |
/* elements panel | |
/**********************************************/ | |
#-blink-dev-tools .outline-disclosure ol li, | |
#-blink-dev-tools .text-editor .inner-container .webkit-line-content, | |
#-blink-dev-tools .text-editor-lines .inner-container .webkit-line-number, | |
#-blink-dev-tools .styles-section .properties li, | |
#-blink-dev-tools .CodeMirror-lines, | |
#-blink-dev-tools #search-results-pane-file-based .search-match { | |
line-height: 14px !important; | |
} | |
#-blink-dev-tools .panel.elements .outline-disclosure li.parent::before { | |
margin-top: 1px; | |
} | |
/********************************************** | |
/* DevTool Chrome | |
/**********************************************/ | |
#-blink-dev-tools .event-bars .event-bar .header .title { | |
text-shadow: none!important; | |
color: #ccc!important; | |
} | |
#-blink-dev-tools .source-frame-debugger-script { | |
background-color: #222!important; | |
} | |
#-blink-dev-tools .webkit-line-content { | |
color: #ddd!important; | |
} | |
#-blink-dev-tools .webkit-highlighted-line, | |
#-blink-dev-tools .webkit-execution-line.webkit-line-content { | |
background-color: rgba(137, 245, 162, 0.2) !important; | |
outline: 1px solid #181818 !important; | |
} | |
#-blink-dev-tools .webkit-highlighted-line span { | |
color: #000 !important; | |
font-weight: 700 !important; | |
} | |
#-blink-dev-tools .scroll-target { | |
-webkit-transform: translateZ(0); | |
} | |
#-blink-dev-tools #console-messages, | |
#-blink-dev-tools #console-view, | |
#-blink-dev-tools #network-views .CodeMirror-lines, | |
#-blink-dev-tools #script-view-fallback, | |
#-blink-dev-tools .console-view-wrapper, | |
#-blink-dev-tools .dialog .fill, | |
#-blink-dev-tools .drawer .revision-history-drawer, | |
#-blink-dev-tools .help-window-main, | |
#-blink-dev-tools .panel .split-view-contents, | |
#-blink-dev-tools .panel, | |
#-blink-dev-tools .panel-enabler-view, | |
#-blink-dev-tools .profiles-sidebar-tree-box, | |
#-blink-dev-tools .sidebar-overlay, | |
#-blink-dev-tools .split-view-vertical .sidebar-pane.composite .properties-tree, | |
#-blink-dev-tools .styles-section.read-only, | |
#-blink-dev-tools .tabbed-pane-content, | |
#-blink-dev-tools .tabbed-pane-content.has-no-tabs .timeline-records-title, | |
#-blink-dev-tools .timeline-records-list, | |
#-blink-dev-tools #timeline-overview-sidebar { | |
background-color: #222222 !important; | |
z-index: 0; | |
} | |
#-blink-dev-tools .toolbar-background button.status-bar-item .glyph, | |
#-blink-dev-tools .toolbar-background button.status-bar-item .long-click-glyph { | |
background-color: #7b7b7b !important; | |
} | |
#-blink-dev-tools #script-view-fallback { | |
color: #ccc !important; | |
} | |
#-blink-dev-tools .timeline { | |
background: #fff !important; | |
} | |
#-blink-dev-tools .panel-enabler-view { | |
color: #cccccc; | |
} | |
#-blink-dev-tools .styles-section.read-only:not(.computed-style) { | |
background-color: #2f2f2f !important; | |
margin: 0; | |
padding-left: 10px !important; | |
padding-right: 10px !important; | |
} | |
/*CURSOR/INSERTION POINT*/ | |
#-blink-dev-tools .text-editor-editable:focus, | |
#-blink-dev-tools .editing:focus { | |
color: #FFF !important; | |
background-color: #222222 !important; | |
} | |
/*--GLOBAL EDITOR STYLES--*/ | |
#-blink-dev-tools .cm-breakpoint .CodeMirror-gutter-elt { | |
color: #000 !important; | |
font-weight: 700 !important; | |
} | |
#-blink-dev-tools .CodeMirror-cursor { | |
border-left: 1px solid #FFF !important; | |
} | |
#-blink-dev-tools .cm-error { | |
background: #9D1E15 !important; | |
border-radius: 2px !important; | |
color: #eee !important; | |
} | |
#-blink-dev-tools .CodeMirror-gutter-elt { | |
color: #888888 !important; | |
} | |
#-blink-dev-tools .CodeMirror-gutters { | |
background: #2c2c2c !important; | |
border-right: 2px solid #2f2f2f !important; | |
} | |
#-blink-dev-tools .CodeMirror-selected { | |
background: #383838 !important; | |
color: #eee !important; | |
} | |
#-blink-dev-tools .CodeMirror-matchingbracket { | |
color: #15ca1a !important; | |
text-shadow: 0 0 3px #15ca1a !important; | |
border-bottom: none !important; | |
} | |
#-blink-dev-tools .CodeMirror-nonmatchingbracket { | |
color: #db0404 !important; | |
text-shadow: 0 0 3px #db0404 !important; | |
border-bottom: none !important; | |
} | |
span.CodeMirror-selectedtext { | |
background-color: #383838 !important; | |
} | |
#-blink-dev-tools .cm-search-highlight-start:before { | |
border-color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .cm-search-highlight-end:before { | |
border-color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .cm-search-highlight:before { | |
border-color: #89f5a2 !important; | |
padding: 2px !important; | |
} | |
#-blink-dev-tools .cm-line-with-selection .cm-column-with-selection.cm-search-highlight:before { | |
background-color: #89f5a2 !important; | |
border-radius: 2px !important; | |
} | |
span.cm-token-highlight { | |
background-color: transparent !important; | |
padding: 0px !important; | |
} | |
span.cm-token-highlight:before { | |
border-color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .cm-line-with-selection span.cm-column-with-selection { | |
color: #000 !important; | |
background-color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .cm-whitespace:before { | |
color: #555 !important; | |
} | |
#-blink-dev-tools .cm-tab:before { | |
border-bottom: 1px solid #555 !important; | |
} | |
#-blink-dev-tools .cm-highlight { | |
-webkit-animation: "fadeout-revised" 3s 0s !important; | |
outline: 1px solid #56795e; | |
} | |
#-blink-dev-tools .cm-highlight *:not(.CodeMirror-linenumber) { | |
color: #e6e6e6 !important; | |
} | |
#-blink-dev-tools .cm-execution-line { | |
background-color: #364c3b !important; | |
outline: 1px solid #56795e !important; | |
} | |
#-blink-dev-tools .CodeMirror-linenumber { | |
border-right: none !important; | |
} | |
@-webkit-keyframes fadeout-revised { | |
0% { | |
background-color: #364c3b; | |
outline: 1px solid #56795e; | |
} | |
50% { | |
background-color: #364c3b; | |
outline: 1px solid #56795e; | |
} | |
100% { | |
background-color: #222222; | |
outline: 1px solid #222222; | |
} | |
} | |
body.dock-to-right.inactive:not(.undocked):not(.overlay-contents), | |
body.dock-to-right:not(.undocked):not(.overlay-contents) { | |
border-left: transparent !important; | |
} | |
#-blink-dev-tools .split-view.vbox > .split-view-sidebar.split-view-contents-second:not(.maximized) { | |
border-top: none !important; | |
} | |
/********************************************** | |
/* Scrollbars | |
/**********************************************/ | |
#-blink-dev-tools ::-webkit-scrollbar, | |
#-blink-dev-tools .CodeMirror-scrollbar-filler, | |
#-blink-dev-tools .CodeMirror-gutter-filler { | |
width: 12px !important; | |
height: 12px !important; | |
background-color: #222222 !important; | |
} | |
#-blink-dev-tools ::-webkit-scrollbar-track:horizontal, | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-track:horizontal, | |
#-blink-dev-tools .custom-popup-vertical-scroll ::-webkit-scrollbar-track:horizontal, | |
#-blink-dev-tools .custom-popup-vertical-scroll .custom-popup-horizontal-scroll ::-webkit-scrollbar-track:horizontal, | |
#-blink-dev-tools .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; | |
} | |
#-blink-dev-tools ::-webkit-scrollbar-track:vertical, | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-track:vertical, | |
#-blink-dev-tools .custom-popup-vertical-scroll ::-webkit-scrollbar-track:vertical, | |
#-blink-dev-tools .custom-popup-vertical-scroll .custom-popup-horizontal-scroll ::-webkit-scrollbar-track:vertical, | |
#-blink-dev-tools .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; | |
} | |
#-blink-dev-tools ::-webkit-scrollbar-corner, | |
#-blink-dev-tools .CodeMirror-scrollbar-filler, | |
#-blink-dev-tools .CodeMirror-gutter-filler { | |
-webkit-box-shadow: inset 1px 5px 6px rgba(0, 0, 0, 0.3) !important; | |
} | |
#-blink-dev-tools ::-webkit-scrollbar-thumb { | |
border-radius: 8px !important; | |
background-color: #555555 !important; | |
border: 1px solid #080808 !important; | |
} | |
#-blink-dev-tools ::-webkit-scrollbar-thumb:horizontal { | |
-webkit-box-shadow: inset 0 7px 1px -5px rgba(255, 255, 255, 0.3) !important; | |
} | |
#-blink-dev-tools ::-webkit-scrollbar-thumb:vertical { | |
-webkit-box-shadow: inset 3px 0 5px 0 rgba(255, 255, 255, 0.3) !important; | |
} | |
/*Popover scrollbar overrides */ | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-track, | |
#-blink-dev-tools .custom-popup-vertical-scroll ::-webkit-scrollbar-track, | |
#-blink-dev-tools .custom-popup-vertical-scroll .custom-popup-horizontal-scroll ::-webkit-scrollbar-track, | |
#-blink-dev-tools .custom-popup-horizontal-scroll .custom-popup-vertical-scroll ::-webkit-scrollbar-track { | |
-webkit-box-shadow: none !important; | |
} | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb { | |
-webkit-border-image: none !important; | |
} | |
#-blink-dev-tools .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical { | |
-webkit-box-shadow: inset 4px 1px 8px 1px rgba(0, 0, 0, 0.3) !important; | |
} | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal { | |
-webkit-box-shadow: inset 1px 5px 6px rgba(0, 0, 0, 0.3) !important; | |
} | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:active, | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-thumb:horizontal:hover, | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:decrement, | |
#-blink-dev-tools .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:increment, | |
#-blink-dev-tools .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:active, | |
#-blink-dev-tools .custom-popup-vertical-scroll ::-webkit-scrollbar-thumb:vertical:hover, | |
#-blink-dev-tools .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement, | |
#-blink-dev-tools .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:increment { | |
-webkit-border-image: none !important; | |
} | |
/********************************************** | |
/* Elements/Sources Right Sidebar | |
/**********************************************/ | |
#-blink-dev-tools .styles-section { | |
padding: 4px 0 !important; | |
margin: 0 10px; | |
border-top: 1px solid #3c3c3c !important; | |
border-bottom: none !important; | |
} | |
#-blink-dev-tools .styles-section:first-child { | |
border-top: none !important; | |
} | |
#-blink-dev-tools .styles-section .value { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .styles-section .child-editing, | |
#-blink-dev-tools .styles-section .header .subtitle { | |
color: #999999 !important; | |
} | |
#-blink-dev-tools .styles-section .properties .overloaded, | |
#-blink-dev-tools .styles-section .properties .inactive, | |
#-blink-dev-tools .styles-section .properties .disabled, | |
#-blink-dev-tools .styles-section .properties .not-parsed-ok { | |
opacity: .5 !important; | |
} | |
#-blink-dev-tools .sidebar-pane .body, | |
#-blink-dev-tools .sidebar-pane .monospace { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .styles-section.first-styles-section, | |
#-blink-dev-tools .sidebar-separator + .styles-section { | |
border-top: none !important; | |
} | |
#-blink-dev-tools .sidebar-separator { | |
background-image: -webkit-linear-gradient(#505050, #363636) !important; | |
color: #cccccc !important; | |
text-shadow: none !important; | |
border-top: none !important; | |
border-bottom: none !important; | |
} | |
/*-- PSEUDO STATE DISPLAY --*/ | |
#-blink-dev-tools .styles-element-state-pane { | |
background: #313131 !important; | |
padding: 4px 0 !important; | |
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; | |
} | |
#-blink-dev-tools .styles-element-state-pane.expanded { | |
margin-top: 0 !important; | |
} | |
/*-- METRICS--*/ | |
#-blink-dev-tools .sidebar-pane .body .metrics { | |
color: #000 !important; | |
border-top: 1px solid #3c3c3c; | |
} | |
#-blink-dev-tools .sidebar-pane .body .metrics .position, | |
#-blink-dev-tools .sidebar-pane .body .metrics .margin:not([style^=background-color]), | |
#-blink-dev-tools .sidebar-pane .body .metrics .border:not([style^=background-color]), | |
#-blink-dev-tools .sidebar-pane .body .metrics .padding:not([style^=background-color]), | |
#-blink-dev-tools .sidebar-pane .body .metrics .margin:not([style^=background-color]), | |
#-blink-dev-tools .sidebar-pane .body .metrics .content:not([style^=background-color]) { | |
background-color: #888 !important; | |
} | |
#-blink-dev-tools .sidebar-pane-stack .event-category, | |
#-blink-dev-tools .sidebar-pane .section { | |
border-top: 1px solid #343434 !important; | |
border-bottom: 1px solid #101010 !important; | |
margin-top: 0 !important; | |
} | |
#-blink-dev-tools .sidebar-pane .section:first-child { | |
border-top: none !important; | |
} | |
/********************************************** | |
/* Element Highlighter | |
/**********************************************/ | |
#-blink-dev-tools #elements-content .CodeMirror { | |
outline: none !important; | |
} | |
#-blink-dev-tools .panel.elements .editing { | |
background-color: #222222 !important; | |
outline: 1px solid #89f5a2 !important; | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .panel.elements .outline-disclosure ol:focus li.selected .selection, | |
#-blink-dev-tools .panel.elements .outline-disclosure li.selected .selection { | |
outline: 1px solid #56795e !important; | |
background-color: #364c3b !important; | |
} | |
#-blink-dev-tools .panel.elements .outline-disclosure li.hovered:not(.selected) .selection { | |
border-radius: 0 !important; | |
background-color: #2f2f2f !important; | |
border-top: 1px solid #484848 !important; | |
border-bottom: 1px solid #484848 !important; | |
} | |
#-blink-dev-tools .panel.elements .parent.selected.expanded + .children, | |
#-blink-dev-tools .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 #080808; | |
border-bottom: 1px solid #3c3c3c !important; | |
} | |
#-blink-dev-tools .panel.elements .parent.selected.expanded + .children > li .webkit-html-pseudo-element:first-child, | |
#-blink-dev-tools .panel.elements .parent.hovered.expanded + .children > li .webkit-html-pseudo-element:first-child { | |
color: #a6371a !important; | |
} | |
#-blink-dev-tools .panel.elements .parent.selected.expanded + .children > :last-child *, | |
#-blink-dev-tools .panel.elements .parent.hovered.expanded + .children > :last-child * { | |
opacity: .6; | |
} | |
#-blink-dev-tools .cm-js-atom { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .cm-js-attribute { | |
color: #4e87bf !important; | |
} | |
#-blink-dev-tools .cm-js-builtin { | |
color: #8da6ce !important; | |
} | |
#-blink-dev-tools .cm-js-comment { | |
color: #676767 !important; | |
font-style: italic; | |
} | |
#-blink-dev-tools .cm-js-def { | |
color: #49a6d2 !important; | |
} | |
#-blink-dev-tools .cm-js-error { | |
background: #9D1E15 !important; | |
color: #f8f8f8 !important; | |
} | |
#-blink-dev-tools .cm-js-header { | |
color: #ff6400 !important; | |
} | |
#-blink-dev-tools .cm-js-hr { | |
color: #aeaeae !important; | |
} | |
#-blink-dev-tools .cm-js-keyword { | |
color: #8b6ccf !important; | |
font-style: italic; | |
} | |
#-blink-dev-tools .cm-js-link { | |
color: #8da6ce !important; | |
} | |
#-blink-dev-tools .cm-js-meta { | |
color: #d8fa3c !important; | |
} | |
#-blink-dev-tools .cm-js-number { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .cm-js-operator { | |
color: #cdb943 !important; | |
} | |
#-blink-dev-tools .cm-js-property { | |
color: #cdb943 !important; | |
} | |
#-blink-dev-tools .cm-js-string { | |
color: #f07b3c !important; | |
} | |
#-blink-dev-tools .cm-js-string-2 { | |
color: #f07b3c !important; | |
} | |
#-blink-dev-tools .cm-js-tag { | |
color: #49a6d2 !important; | |
} | |
#-blink-dev-tools .cm-js-variable { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .cm-js-variable-2 { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .source-frame-eval-expression { | |
background-color: rgba(137, 245, 162, 0.4) !important; | |
border-color: #89F5A2 !important; | |
} | |
#-blink-dev-tools .cm-atom { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .cm-comment { | |
color: #676767 !important; | |
font-style: italic; | |
} | |
#-blink-dev-tools .cm-variable { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .cm-string { | |
color: #f07b3c !important; | |
} | |
#-blink-dev-tools .cm-keyword { | |
color: #8b6ccf !important; | |
font-style: italic; | |
} | |
#-blink-dev-tools .cm-number { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .cm-operator { | |
color: #cdb943 !important; | |
} | |
#-blink-dev-tools .cm-error { | |
background: #9D1E15 !important; | |
color: #f8f8f8 !important; | |
} | |
/*--CSS--*/ | |
#-blink-dev-tools .cm-css-atom { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .cm-css-builtin { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .cm-css-def { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .cm-css-comment { | |
color: #676767 !important; | |
font-style: italic; | |
} | |
#-blink-dev-tools .cm-css-meta { | |
color: #6aedff !important; | |
} | |
#-blink-dev-tools .cm-css-number { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .cm-css-operator { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .cm-css-property { | |
color: #6aedff !important; | |
} | |
#-blink-dev-tools .cm-css-qualifier { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .cm-css-string { | |
color: #e3b959 !important; | |
} | |
#-blink-dev-tools .cm-css-string-2 { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .cm-css-tag { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .cm-css-variable { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .cm-css-variable-2 { | |
color: #ff9635 !important; | |
} | |
/*--HTML--*/ | |
#-blink-dev-tools .cm-xml-comment { | |
color: #7c7c7c !important; | |
font-style: italic !important; | |
} | |
#-blink-dev-tools .cm-xml-error { | |
color: #bf4c4c !important; | |
} | |
#-blink-dev-tools .cm-xml-string { | |
color: #f0874f !important; | |
} | |
#-blink-dev-tools .cm-xml-tag { | |
color: #49a6d2 !important; | |
} | |
#-blink-dev-tools .cm-xml-attribute { | |
color: #88aed5 !important; | |
} | |
#-blink-dev-tools .cm-xml-link { | |
color: #e3b959 !important; | |
} | |
#-blink-dev-tools .shadow-root .webkit-html-fragment.shadow-root { | |
color: #ddbb00 !important; | |
} | |
/*--GLOBAL--*/ | |
#-blink-dev-tools .CodeMirror-code { | |
color: #cccccc; | |
} | |
/********************************************** | |
/* Code Highlighting [WEBKIT] | |
/**********************************************/ | |
/*-- HTML --*/ | |
#-blink-dev-tools .webkit-html-attribute-name { | |
color: #88aed5 !important; | |
} | |
#-blink-dev-tools .webkit-html-attribute-value { | |
color: #f0874f !important; | |
} | |
#-blink-dev-tools .webkit-html-comment { | |
color: #7c7c7c !important; | |
font-style: italic; | |
} | |
#-blink-dev-tools .webkit-html-resource-link, | |
#-blink-dev-tools .webkit-html-external-link { | |
color: #e3b959 !important; | |
} | |
#-blink-dev-tools .webkit-html-tag, | |
#-blink-dev-tools .webkit-html-tag-name { | |
color: #49a6d2 !important; | |
} | |
#-blink-dev-tools .webkit-html-text-node, | |
#-blink-dev-tools .webkit-html-css-node, | |
#-blink-dev-tools .webkit-html-js-node { | |
color: #c2c3c3 !important; | |
} | |
#-blink-dev-tools .webkit-html-pseudo-element { | |
color: #49a5d2 !important; | |
} | |
/*-- CSS --*/ | |
#-blink-dev-tools .selector-matches { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .webkit-css-selector { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .webkit-css-at-rule { | |
color: #b094bb !important; | |
} | |
#-blink-dev-tools .webkit-css-color { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .webkit-css-comment { | |
color: #676767 !important; | |
} | |
#-blink-dev-tools .webkit-css-important { | |
color: #ff0000 !important; | |
} | |
#-blink-dev-tools .webkit-css-keyword { | |
color: #ff9635 !important; | |
} | |
#-blink-dev-tools .webkit-css-number { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .webkit-css-property, | |
#-blink-dev-tools .styles-section .properties > li .webkit-css-property { | |
color: #6aedff !important; | |
font-weight: 400; | |
} | |
#-blink-dev-tools .webkit-css-string { | |
color: #e3b959 !important; | |
} | |
#-blink-dev-tools .webkit-css-url { | |
color: #e3b959 !important; | |
} | |
/*-- JAVASCRIPT --*/ | |
#-blink-dev-tools .section .properties .name, | |
#-blink-dev-tools .event-properties .name, | |
#-blink-dev-tools .console-formatted-object .name { | |
color: #77a8c6 !important; | |
} | |
#-blink-dev-tools .console-formatted-object, | |
#-blink-dev-tools .console-formatted-array { | |
color: #7c7c7c !important; | |
} | |
#-blink-dev-tools .console-formatted-function { | |
color: #8b6ccf !important; | |
} | |
#-blink-dev-tools .console-formatted-number { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .console-formatted-boolean { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .console-object-preview { | |
color: #dddddd !important; | |
} | |
#-blink-dev-tools .console-formatted-regexp { | |
color: #ff54e8 !important; | |
} | |
#-blink-dev-tools .console-formatted-string { | |
color: #ff8737 !important; | |
} | |
#-blink-dev-tools .console-formatted-undefined { | |
color: #ad4e4e !important; | |
} | |
#-blink-dev-tools .json .title { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .json .separator { | |
color: #737373 !important; | |
} | |
#-blink-dev-tools .popover .parent + .children.expanded, | |
#-blink-dev-tools #console-messages .parent + .children.expanded, | |
#-blink-dev-tools .sidebar-pane .parent:not(.event-category) + .children.expanded { | |
border-left: 1px dashed #444 !important; | |
position: relative; | |
left: 4.4px; | |
} | |
/************************************************ | |
/* Elements Crumbs | |
/************************************************/ | |
#-blink-dev-tools #elements-crumbs { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
border-top: 1px solid #2f2f2f !important; | |
height: 19px !important; | |
} | |
#-blink-dev-tools #elements-crumbs .crumbs { | |
text-shadow: none !important; | |
color: #bbb !important; | |
} | |
#-blink-dev-tools #elements-crumbs .crumbs .crumb { | |
-webkit-border-image: none !important; | |
border-left: 1px solid #626262 !important; | |
border-right: 1px solid #484848 !important; | |
padding: 0 10px !important; | |
margin: 0 !important; | |
line-height: 18px !important; | |
} | |
#-blink-dev-tools #elements-crumbs .crumbs .crumb:hover { | |
color: #f8f8f8 !important; | |
background-color: rgba(0, 0, 0, 0) !important; | |
} | |
#-blink-dev-tools #elements-crumbs .crumbs .crumb span { | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important; | |
} | |
#-blink-dev-tools #elements-crumbs .crumbs .crumb.selected { | |
background-color: #364c3b !important; | |
text-shadow: none !important; | |
color: #f8f8f8 !important; | |
cursor: default; | |
} | |
/***********************/ | |
/* Tabbed Panes | |
/***********************/ | |
#-blink-dev-tools .tabbed-pane:not(.help-window-main) .tabbed-pane-header { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
box-shadow: inset 0 1px 0 #626262 !important; | |
border-bottom: 1px solid #1d1d1d !important; | |
} | |
#-blink-dev-tools .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 8px !important; | |
margin: 0 4px !important; | |
margin-top: 0 !important; | |
margin-bottom: 1px !important; | |
border-color: transparent !important; | |
} | |
#-blink-dev-tools .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-tab:hover { | |
color: #f8f8f8 !important; | |
} | |
#-blink-dev-tools .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-tab.selected { | |
background: none !important; | |
border-top: 2px solid #89f5a2 !important; | |
color: #f8f8f8 !important; | |
font-size: 1em; | |
} | |
#-blink-dev-tools .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-contents { | |
color: #999999 !important; | |
} | |
#-blink-dev-tools .tabbed-pane:not(.help-window-main) .tabbed-pane-header .tabbed-pane-header-tab-title { | |
line-height: 16px !important; | |
} | |
#-blink-dev-tools .tabbed-pane:not(.help-window-main) .overrides-view .tabbed-pane-header-tab { | |
border-top: none !important; | |
margin-left: 6px !important; | |
} | |
#-blink-dev-tools .tabbed-pane:not(.help-window-main) .overrides-view .tabbed-pane-header-tab.selected { | |
border-top: none !important; | |
border-left: 6px solid #89f5a2 !important; | |
margin-left: 0 !important; | |
} | |
#-blink-dev-tools .tabbed-pane-content .resizer-widget, | |
#-blink-dev-tools .tabbed-pane-content button.status-bar-item.left-sidebar-show-hide-button, | |
#-blink-dev-tools .tabbed-pane-content button.status-bar-item.right-sidebar-show-hide-button { | |
top: 0 !important; | |
} | |
#-blink-dev-tools .tabbed-pane-content not(.overrides-view) .tabbed-pane-header { | |
flex: 0 0 25px !important; | |
} | |
#-blink-dev-tools .tabbed-pane-content not(.overrides-view) .tabbed-pane-header .tabbed-pane-header-tab { | |
height: 25px !important; | |
line-height: 18.75px !important; | |
cursor: pointer !important; | |
} | |
#-blink-dev-tools #drawer-contents .tabbed-pane-header, | |
#-blink-dev-tools .inactive #drawer-contents .tabbed-pane-header { | |
border-top: none !important; | |
border-bottom: #222 !important; | |
} | |
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:not(.undocked) .toolbar-background { | |
background-image: -webkit-linear-gradient(#505050, #363636) !important; | |
} | |
#-blink-dev-tools .toolbar { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
border-bottom: none !important; | |
flex: 0 0 34px !important; | |
padding: 0 !important; | |
} | |
#-blink-dev-tools .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; | |
} | |
#-blink-dev-tools .toolbar .tabbed-pane-header .tabbed-pane-header-tabs-drop-down { | |
line-height: 30.6px; | |
} | |
#-blink-dev-tools .toolbar .toolbar-controls-left, | |
#-blink-dev-tools .toolbar .toolbar-controls-right { | |
padding-top: 6px !important; | |
border-bottom: 1px solid #1d1d1d !important; | |
box-shadow: inset 0 1px 0 #626262 !important; | |
} | |
#-blink-dev-tools #network-views .network-item-view .tabbed-pane-header { | |
padding-top: 0 !important; | |
} | |
#-blink-dev-tools #network-views .network-item-view .tabbed-pane-header .tabbed-pane-header-tab { | |
height: 31px !important; | |
} | |
#-blink-dev-tools #network-views .network-item-view .tabbed-pane-header .tabbed-pane-header-tab-title { | |
line-height: 21px !important; | |
} | |
#-blink-dev-tools .tabbed-pane-header-tabs-drop-down { | |
color: #999 !important; | |
} | |
#-blink-dev-tools .split-view.hbox > .split-view-sidebar.split-view-contents-second:not(.maximized) { | |
border-left: 2px solid #272727 !important; | |
} | |
#-blink-dev-tools .split-view.hbox > .split-view-sidebar.split-view-contents-first:not(.maximized) { | |
border-right: 2px solid #272727 !important; | |
} | |
#-blink-dev-tools .platform-windows #tab-console { | |
width: 60px !important; | |
} | |
#-blink-dev-tools .platform-windows #tab-search { | |
width: 53px !important; | |
} | |
#-blink-dev-tools .platform-windows #tab-emulation { | |
width: 72px !important; | |
} | |
#-blink-dev-tools .platform-windows #tab-rendering { | |
width: 72px !important; | |
} | |
#-blink-dev-tools .platform-mac #tab-console { | |
width: 65px !important; | |
} | |
#-blink-dev-tools .platform-mac #tab-search { | |
width: 55px !important; | |
} | |
#-blink-dev-tools .platform-mac #tab-emulation { | |
width: 76px !important; | |
} | |
#-blink-dev-tools .platform-mac #tab-rendering { | |
width: 76px !important; | |
} | |
/**********************************************/ | |
/* Navigation Arrows | |
/**********************************************/ | |
#-blink-dev-tools .styles-section.matched-styles .properties li.parent.expanded .expand-element, | |
#-blink-dev-tools #console-messages .console-group-messages .section.expanded .header::before, | |
#-blink-dev-tools #console-messages .properties-tree li.parent.expanded::before, | |
#-blink-dev-tools .outline-disclosure li.parent.expanded::before, | |
#-blink-dev-tools .properties-tree li.parent.expanded::before, | |
#-blink-dev-tools .section.expanded > .header::before, | |
#-blink-dev-tools .section .event-bar.expanded .header::before, | |
#-blink-dev-tools .sidebar-pane .parent.expanded::before, | |
#-blink-dev-tools .sidebar-pane-stack .sidebar-pane-title.expanded::before, | |
#-blink-dev-tools .timeline-expandable-expanded .timeline-expandable-arrow { | |
background-color: #aab0af !important; | |
background-image: none !important; | |
-webkit-mask-image: url(chrome-devtools://devtools/bundled/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); | |
} | |
#-blink-dev-tools .styles-section.matched-styles .properties li.parent .expand-element, | |
#-blink-dev-tools #console-messages .console-group-messages .section .header::before, | |
#-blink-dev-tools #console-messages .properties-tree li.parent::before, | |
#-blink-dev-tools .outline-disclosure li.parent::before, | |
#-blink-dev-tools #search-results-pane-file-based .parent::before, | |
#-blink-dev-tools .properties-tree li.parent::before, | |
#-blink-dev-tools .section > .header::before, | |
#-blink-dev-tools .section .event-bar .header::before, | |
#-blink-dev-tools .sidebar-pane .parent::before, | |
#-blink-dev-tools .sidebar-pane-stack .sidebar-pane-title::before, | |
#-blink-dev-tools .timeline-expandable-collapsed .timeline-expandable-arrow { | |
background-color: #aab0af !important; | |
background-image: none !important; | |
-webkit-mask-image: url(chrome-devtools://devtools/bundled/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); | |
} | |
#-blink-dev-tools .data-grid th.sort-ascending > div::after { | |
background-color: #aab0af !important; | |
background-image: none !important; | |
-webkit-mask-image: url(chrome-devtools://devtools/bundled/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; | |
} | |
#-blink-dev-tools .data-grid th.sort-descending > div::after { | |
background-color: #aab0af !important; | |
background-image: none !important; | |
-webkit-mask-image: url(chrome-devtools://devtools/bundled/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; | |
} | |
#-blink-dev-tools #search-results-pane-file-based .parent.expanded::before { | |
-webkit-mask-position: -20px -96px !important; | |
} | |
#-blink-dev-tools .search-drawer-header label.search-config-label, | |
#-blink-dev-tools .drawer .settings-tab label, | |
#-blink-dev-tools #drawer-footer td label { | |
text-shadow: none !important; | |
color: #bbb !important; | |
} | |
#-blink-dev-tools .revision-history-drawer ol[tabindex="0"] > .parent { | |
background-color: #2D2D2D !important; | |
color: #ddd !important; | |
border-top: 1px solid #5d5d5d !important; | |
border-bottom: 1px solid #111 !important; | |
height: 20px !important; | |
} | |
#-blink-dev-tools .revision-history-link { | |
color: #89F5A2 !important; | |
} | |
#-blink-dev-tools .overrides-view .tabbed-pane-header-tab { | |
color: #999 !important; | |
} | |
#-blink-dev-tools .overrides-view .tabbed-pane-content { | |
color: #ccc !important; | |
} | |
#-blink-dev-tools .overrides-view .tabbed-pane-content :disabled { | |
color: #666!important; | |
} | |
#-blink-dev-tools .overrides-view .tabbed-pane-content input:disabled, | |
#-blink-dev-tools .overrides-view .tabbed-pane-content select:disabled { | |
background-color: #888!important; | |
border-color: #888 !important; | |
} | |
#-blink-dev-tools .overrides-footer { | |
background-color: #333 !important; | |
border-top: 1px solid #222 !important; | |
color: #ccc !important; | |
} | |
/**********************************************/ | |
/* Find Module [ctrl+shift+F / cmd+shift+F] | |
/**********************************************/ | |
#-blink-dev-tools #search-results-pane-file-based .search-result { | |
background-color: #2a2a2a !important; | |
color: #cccccc !important; | |
border-top: 1px solid #363636 !important; | |
border-bottom: 1px solid #1d1d1d !important; | |
line-height: 18px !important; | |
margin: 0 !important; | |
} | |
#-blink-dev-tools #search-results-pane-file-based .show-more-matches { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools #search-results-pane-file-based .parent:hover { | |
background-color: #2f2f2f !important; | |
color: #d9d9d9 !important; | |
} | |
#-blink-dev-tools #search-results-pane-file-based .parent .search-result-file-name { | |
color: #888888 !important; | |
} | |
#-blink-dev-tools #search-results-pane-file-based .parent .search-result-matches-count { | |
color: #71f38f !important; | |
} | |
#-blink-dev-tools #search-results-pane-file-based .search-match .highlighted-match, | |
#-blink-dev-tools .highlighted-search-result, | |
#-blink-dev-tools .webkit-highlighted-line.webkit-line-content { | |
color: #000000 !important; | |
border-radius: 2px !important; | |
font-size: 1em !important; | |
background-color: #89f5a2 !important; | |
box-shadow: rgba(0, 0, 0, 0.498039) 3px 3px 4px 0px !important; | |
} | |
#-blink-dev-tools .search-match:hover { | |
background-color: #2f2f2f !important; | |
} | |
#-blink-dev-tools .inspector-footer { | |
background-color: #484848 !important; | |
border-top: none !important; | |
} | |
#-blink-dev-tools .search-results-matches { | |
color: #666 !important; | |
} | |
#-blink-dev-tools .search-match-content { | |
color: #A3A3A3 !important; | |
} | |
#-blink-dev-tools .search-status-bar-summary { | |
background: linear-gradient(#505050, #363636) !important; | |
border-top: 1px solid #6e6e6e !important; | |
} | |
#-blink-dev-tools .search-drawer-header input[type="checkbox"].search-config-checkbox { | |
vertical-align: middle !important; | |
} | |
/**********************************************/ | |
/* Tables | |
/**********************************************/ | |
#-blink-dev-tools .data-grid { | |
border: 1px solid #151515; | |
background-color: transparent !important; | |
background-image: none !important; | |
} | |
#-blink-dev-tools .data-grid th, | |
#-blink-dev-tools .data-grid .data { | |
background: none !important; | |
} | |
#-blink-dev-tools .data-grid .header { | |
background-image: -webkit-linear-gradient(#505050, #363636); | |
} | |
#-blink-dev-tools .data-grid .header th { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .data-grid .header .key-column, | |
#-blink-dev-tools .data-grid .header .value-column { | |
border: none !important; | |
} | |
#-blink-dev-tools .data-grid td { | |
border-left: 1px solid #282828 !important; | |
} | |
#-blink-dev-tools .data-grid .data-container a { | |
text-decoration: none; | |
color: #e3b959 !important; | |
} | |
#-blink-dev-tools .data-grid .data-container tr:nth-child(odd) { | |
background-color: #222222 !important; | |
} | |
#-blink-dev-tools .data-grid .data-container tr:nth-child(even) { | |
background-color: #272727 !important; | |
} | |
#-blink-dev-tools .data-grid .data-container tr:not(.selected):not(.filler):hover { | |
background-color: #2f2f2f !important; | |
outline: 1px solid #414141 !important; | |
} | |
#-blink-dev-tools .data-grid .data-container tr.selected { | |
background-color: #364c3b !important; | |
outline: 1px solid #56795e !important; | |
} | |
#-blink-dev-tools .data-grid .data-container tr .editing * { | |
color: #FFF !important; | |
background-color: #222222 !important; | |
} | |
/********************************************** | |
/* Popovers | |
/**********************************************/ | |
#-blink-dev-tools .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; | |
} | |
#-blink-dev-tools .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; | |
} | |
#-blink-dev-tools .popover .content { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .popover .content .source-frame-popover-title { | |
color: #ff8b3e !important; | |
} | |
#-blink-dev-tools .popover .content .source-frame-popover-tree { | |
border-top: 1px solid #888888 !important; | |
} | |
#-blink-dev-tools .popover .content .popover-details-title { | |
color: #ddbb00 !important; | |
} | |
#-blink-dev-tools .popover .content .popover-details-row-title { | |
color: #49a6d2 !important; | |
} | |
#-blink-dev-tools .popover .content .network-timing-bar { | |
background-color: #89f5a2 !important; | |
border-left-color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .popover .content .network-timing-bar-title { | |
color: #cccccc !important; | |
text-shadow: 0 1px 1px #2f2f2f; | |
} | |
#-blink-dev-tools .webkit-line-content .text-editor-overlay-highlight { | |
background-color: #364c3b !important; | |
outline: 1px solid #56795e !important; | |
} | |
/********************************************** | |
/* Resources & Sources Sidebar | |
/**********************************************/ | |
/*-- default text color --*/ | |
#-blink-dev-tools .panel.resources .base-storage-tree-element-title, | |
#-blink-dev-tools .panel.resources .base-storage-tree-element-subtitle, | |
#-blink-dev-tools .panel.sources .base-navigator-tree-element-title { | |
color: #cccccc !important; | |
top: 2px !important; | |
} | |
#-blink-dev-tools .resources.panel .sidebar li { | |
color: #cccccc !important; | |
} | |
/*-- currently selected element --*/ | |
#-blink-dev-tools .panel.resources .selected .base-storage-tree-element-title, | |
#-blink-dev-tools .panel.resources .selected .base-storage-tree-element-subtitle, | |
#-blink-dev-tools .panel.sources .selected .base-navigator-tree-element-title { | |
color: #e6e6e6 !important; | |
} | |
#-blink-dev-tools .panel.resources .outline-disclosure li.selected .selection, | |
#-blink-dev-tools .panel.sources .outline-disclosure li.selected .selection { | |
background: #364c3b !important; | |
color: #e6e6e6 !important; | |
border-top: 1px solid #56795e !important; | |
border-bottom: 1px solid #56795e !important; | |
margin-top: -1px !important; | |
} | |
#-blink-dev-tools .panel.resources .outline-disclosure li:hover:not(.selected) .selection, | |
#-blink-dev-tools .panel.sources .outline-disclosure li:hover:not(.selected) .selection { | |
display: block !important; | |
background: #2f2f2f !important; | |
border-top: 1px solid #484848 !important; | |
border-bottom: 1px solid #484848 !important; | |
margin-top: -1px !important; | |
height: 18px !important; | |
} | |
#-blink-dev-tools .panel.resources .outline-disclosure ol:focus li.selected .selection, | |
#-blink-dev-tools .panel.sources .outline-disclosure ol:focus li.selected .selection { | |
background: #364c3b !important; | |
color: #e6e6e6 !important; | |
border-top: 1px solid #56795e !important; | |
border-bottom: 1px solid #56795e !important; | |
margin-top: -1px !important; | |
text-shadow: none !important; | |
} | |
#-blink-dev-tools .panel.resources .outline-disclosure ol:focus li.selected .base-storage-tree-element-title, | |
#-blink-dev-tools .panel.resources ol:focus .selected .base-storage-tree-element-subtitle, | |
#-blink-dev-tools .panel.sources .outline-disclosure ol:focus li.selected .base-navigator-tree-element-title { | |
color: #e6e6e6 !important; | |
text-shadow: none !important; | |
} | |
#-blink-dev-tools .sidebar li.selected .selection { | |
background-image: none !important; | |
border: none !important; | |
} | |
#-blink-dev-tools .panel.sources .sidebar-overlay { | |
border-right: 1px solid #2a2a2a !important; | |
box-shadow: #141414 5px 0px 22px 3px !important; | |
} | |
/********************************************** | |
/* Suggest Box | |
/**********************************************/ | |
#-blink-dev-tools .suggest-box { | |
color: #000 !important; | |
background-color: #222222 !important; | |
border: 2px rgba(0, 0, 0, 0.2) solid !important; | |
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1) !important; | |
} | |
#-blink-dev-tools .suggest-box-content-item.source-code:hover { | |
background-color: #2f2f2f !important; | |
border: 1px solid rgba(0, 0, 0, 0) !important; | |
} | |
#-blink-dev-tools .suggest-box-content-item.source-code.selected { | |
background-color: #2f2f2f !important; | |
} | |
#-blink-dev-tools .suggest-box .source-code .prefix { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .suggest-box .source-code .suffix { | |
color: #d9d9d9 !important; | |
} | |
/********************************************** | |
/* Network Tab (uses _tables.less for list of nodes) | |
/**********************************************/ | |
#-blink-dev-tools #network-container:not(.brief-mode) .network-log-grid.data-grid td.name-column:hover { | |
text-decoration: none !important; | |
} | |
#-blink-dev-tools .data-grid th.sort-ascending, | |
#-blink-dev-tools .data-grid th.sort-descending, | |
#-blink-dev-tools .data-grid th.sortable, | |
#-blink-dev-tools .data-grid .timeline-column, | |
#-blink-dev-tools .data-grid .corner { | |
border-right: 1px solid #3c3c3c !important; | |
border-bottom: 1px solid #3c3c3c !important; | |
} | |
#-blink-dev-tools .data-grid .network-timeline-grid .resources-divider-label { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .data-grid .network-timeline-grid .resources-divider { | |
border-right: 1px solid rgba(51, 51, 51, 0.8); | |
} | |
/*dropdownlist in network panel*/ | |
#-blink-dev-tools .timeline-column option { | |
color: #cccccc !important; | |
background: #222222 !important; | |
} | |
#-blink-dev-tools .resource-headers-view .outline-disclosure .header-name, | |
#-blink-dev-tools #network-views .resource-view .infoList dt { | |
color: #626262 !important; | |
} | |
#-blink-dev-tools .resource-headers-view .outline-disclosure .header-value, | |
#-blink-dev-tools #network-views .resource-view .infoList dd { | |
color: #cccccc; | |
} | |
/* Network Timing Pane */ | |
#-blink-dev-tools .resource-timing-view table { | |
background-color: #2f2f2f !important; | |
padding: 20px !important; | |
border-radius: 4px; | |
margin: 20px !important; | |
} | |
#-blink-dev-tools .resource-timing-view table td .network-timing-bar-title { | |
color: #444 !important; | |
} | |
#-blink-dev-tools #network-views .resource-headers-view .parent { | |
background-color: #282828; | |
color: #cccccc !important; | |
border-top: 1px solid #3c3c3c; | |
border-bottom: 1px solid #151515; | |
line-height: 18px; | |
} | |
#-blink-dev-tools #network-views .script-view-fallback { | |
background-color: #222222 !important; | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .resource-headers-view .outline-disclosure .header-count, | |
#-blink-dev-tools .resource-headers-view .outline-disclosure .header-toggle { | |
color: #89f5a2 !important; | |
margin-left: 4px !important; | |
} | |
#-blink-dev-tools .resource-headers-view .outline-disclosure .header-toggle:hover { | |
text-shadow: 0 0 10px #89f5a2; | |
} | |
#-blink-dev-tools .network-cell-subtitle { | |
color: #bfbfbf !important; | |
} | |
#-blink-dev-tools .network-log-grid.data-grid th { | |
border-bottom: transparent !important; | |
} | |
/**********************************************/ | |
/* Elements/Network | |
/**********************************************/ | |
#-blink-dev-tools .panel:not(.timeline):not(.audits):not(.profiles):not(.cpu-profiler):not(.css-profiler):not(.heap-profiler):not(.canvas-profiler) table, | |
#-blink-dev-tools .network-graph-bar, | |
#-blink-dev-tools .network-graph-label, | |
#-blink-dev-tools .network-graph-bar-area { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .network-summary-bar { | |
background-image: -webkit-linear-gradient(#505050, #363636); | |
border-top: 1px solid #222222 !important; | |
color: #cccccc !important; | |
} | |
/**********************************************/ | |
/* Console | |
/**********************************************/ | |
#-blink-dev-tools .console-message { | |
border-bottom: none !important; | |
} | |
#-blink-dev-tools .console-status-bar { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
box-shadow: inset 0 1px 0 #626262, inset 0 -1px 0 #1d1d1d; | |
border-bottom: none !important; | |
} | |
#-blink-dev-tools #console-prompt { | |
color: #f1f1f1 !important; | |
border-top: none !important; | |
border-top: 1px solid #2f2f2f !important; | |
border-bottom: 1px solid #3c3c3c !important; | |
} | |
#-blink-dev-tools #console-messages { | |
border-top: none !important; | |
} | |
#-blink-dev-tools .console-user-command { | |
background-color: #272727 !important; | |
border-top: 1px solid #2a2a2a !important; | |
border-bottom: 1px solid #1d1d1d !important; | |
} | |
#-blink-dev-tools .console-message .children li, | |
#-blink-dev-tools .console-user-command .children li { | |
margin: 1px 0 !important; | |
} | |
#-blink-dev-tools #console-messages .console-user-command > .console-message-text { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools #console-messages .console-log-level .console-message-text, | |
#-blink-dev-tools #console-messages .console-debug-level .console-message-text, | |
#-blink-dev-tools #console-messages .console-log-level .console-message-url, | |
#-blink-dev-tools #console-messages .console-debug-level .console-message-url { | |
color: #49a6d2 !important; | |
} | |
#-blink-dev-tools #console-messages .console-log-level .children div:hover *, | |
#-blink-dev-tools #console-messages .console-debug-level .children div:hover * { | |
color: #359ccd !important; | |
} | |
#-blink-dev-tools #console-messages .console-warning-level .console-message-text, | |
#-blink-dev-tools #console-messages .console-warning-level .console-message-url { | |
color: #ddbb00 !important; | |
} | |
#-blink-dev-tools #console-messages .console-warning-level .children div:hover * { | |
color: #c4a500 !important; | |
} | |
#-blink-dev-tools #console-messages .console-error-level .console-message-text, | |
#-blink-dev-tools #console-messages .console-error-level .console-message-url { | |
color: #ff6666 !important; | |
} | |
#-blink-dev-tools #console-messages .console-error-level .children div:hover * { | |
color: #ff4c4c !important; | |
} | |
#-blink-dev-tools #console-messages .outline-disclosure .stacktrace-entry:hover { | |
background-color: #252525 !important; | |
} | |
#-blink-dev-tools #console-messages a { | |
color: #888888 !important; | |
} | |
#-blink-dev-tools #console-messages a:hover { | |
color: #959595 !important; | |
} | |
#-blink-dev-tools #console-messages .console-message { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .console-group-messages .section .header .title { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .console-message .bubble { | |
text-shadow: 0 0 1px rgba(0, 0, 0, 0.4) !important; | |
} | |
#-blink-dev-tools .bubble.debug, | |
#-blink-dev-tools .console-debug-level .bubble { | |
background-color: #49a6d2 !important; | |
} | |
#-blink-dev-tools .bubble.warning, | |
#-blink-dev-tools .console-warning-level .bubble { | |
background-color: #e8a400 !important; | |
} | |
#-blink-dev-tools .bubble.error, | |
#-blink-dev-tools .console-error-level .bubble { | |
background-color: #d82323 !important; | |
} | |
/********************************************** | |
/* Timeline Tab | |
/**********************************************/ | |
#-blink-dev-tools .timeline-category-statusbar-item, | |
#-blink-dev-tools .timeline-records-stats { | |
text-shadow: none !important; | |
color: #ccc !important; | |
} | |
#-blink-dev-tools .timeline-graph-side.hovered, | |
#-blink-dev-tools .timeline-tree-item.hovered:not(.selected) { | |
background-color: #2f2f2f !important; | |
outline: 1px solid #484848; | |
} | |
#-blink-dev-tools .timeline-graph-side.selected, | |
#-blink-dev-tools .timeline-tree-item.selected { | |
background-color: #364c3b !important; | |
outline: 1px solid #56795e !important; | |
} | |
#-blink-dev-tools .timeline-tree-item { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .timeline-tree-item .data.dimmed { | |
color: #cccccc !important; | |
opacity: .7 !important; | |
} | |
/* Timeline */ | |
#-blink-dev-tools .sidebar-tree-section { | |
text-shadow: none !important; | |
} | |
#-blink-dev-tools .timeline-tree-item.selected .timeline-tree-item-expand-arrow, | |
#-blink-dev-tools .timeline-tree-item-expand-arrow { | |
background-color: #aab0af !important; | |
} | |
#-blink-dev-tools #counter-values-bar, | |
#-blink-dev-tools #memory-graphs-container .sidebar-tree-section, | |
#-blink-dev-tools .timeline-records-title, | |
#-blink-dev-tools .timeline-details-view-title { | |
background-image: -webkit-linear-gradient(#505050, #363636); | |
color: #cccccc !important; | |
text-shadow: none !important; | |
} | |
#-blink-dev-tools #counter-values-bar { | |
position: relative !important; | |
top: 1px !important; | |
border-bottom: none !important; | |
} | |
#-blink-dev-tools .timeline-aggregated-info-legend > div, | |
#-blink-dev-tools .memory-counter-sidebar-info { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .timeline-details-view-row-title { | |
color: #b3b3b3 !important; | |
} | |
#-blink-dev-tools .timeline-details-view-title { | |
border-bottom: none !important; | |
} | |
#-blink-dev-tools .timeline-details-view-row-value, | |
#-blink-dev-tools .timeline-details-view-row-stack-trace { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .timeline-details-view-row-stack-trace .webkit-html-resource-link { | |
color: #e3b959 !important; | |
} | |
#-blink-dev-tools #timeline-overview-sidebar { | |
border-right: 1px solid #222222 !important; | |
} | |
#-blink-dev-tools #timeline-overview-sidebar .sidebar-tree-item.selected { | |
border-left: 6px solid #89f5a2 !important; | |
} | |
#-blink-dev-tools #timeline-overview-sidebar .sidebar-tree-item.selected .icon { | |
background-color: #e6e6e6 !important; | |
} | |
#-blink-dev-tools #timeline-overview-sidebar .sidebar-tree-item.selected .title { | |
color: #e6e6e6 !important; | |
} | |
#-blink-dev-tools #timeline-overview-sidebar .icon { | |
background-color: #b3b3b3 !important; | |
} | |
#-blink-dev-tools #timeline-overview-sidebar .title { | |
color: #b3b3b3 !important; | |
} | |
#-blink-dev-tools .timeline-cpu-curtain-left, | |
#-blink-dev-tools .timeline-cpu-curtain-right { | |
background-color: #cccccc !important; | |
opacity: 0.3 !important; | |
} | |
#-blink-dev-tools .timeline-expandable { | |
border-left: 1px solid #7b7b7b !important; | |
} | |
#-blink-dev-tools .timeline-expandable-left { | |
border-top: 1px solid #7b7b7b !important; | |
border-bottom: 1px solid #7b7b7b !important; | |
} | |
#-blink-dev-tools .timeline-utilization-strip .timeline-graph-bar { | |
border-color: #555555 !important; | |
background-color: rgba(255, 255, 255, 0.2) !important; | |
} | |
#-blink-dev-tools #timeline-overview-panel { | |
border-bottom: 1px solid #505050 !important; | |
} | |
#-blink-dev-tools .resources-divider, | |
#-blink-dev-tools .resources-event-divider { | |
background-color: #2a2a2a !important; | |
} | |
#-blink-dev-tools #timeline-overview-container { | |
background-color: rgba(0, 0, 0, 0.8) !important; | |
} | |
#-blink-dev-tools #timeline-overview-container canvas { | |
background-color: transparent !important; | |
} | |
#-blink-dev-tools .overview-grid-window-resizer { | |
box-shadow: none !important; | |
} | |
#-blink-dev-tools .overview-grid-window-rulers { | |
border-right: 1px solid #89f5a2; | |
border-left: 1px solid #89f5a2; | |
} | |
#-blink-dev-tools .timeline-frame-strip { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .overview-grid-dividers-background { | |
background-color: #2f2f2f !important; | |
} | |
#-blink-dev-tools .overview-grid-window { | |
background-color: #364c3b !important; | |
} | |
#-blink-dev-tools #memory-counters-graph { | |
border-right: 1px solid #2a2a2a !important; | |
} | |
/********************************************** | |
/* Element - Edit HTML | |
/**********************************************/ | |
#-blink-dev-tools .source-code .CodeMirror { | |
outline: none !important; | |
border: 1px solid #2f2f2f; | |
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: #cccccc !important; | |
} | |
/********************************************** | |
/* Profilers | |
/**********************************************/ | |
#-blink-dev-tools #profile-views .data-grid td > div { | |
color: #aaa !important; | |
} | |
#-blink-dev-tools #profile-views .data-grid button { | |
color: #333 !important; | |
} | |
#-blink-dev-tools .profile-launcher-view label { | |
color: #cccccc; | |
} | |
#-blink-dev-tools .panel:not(.network) .resources-dividers-label-bar { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
border-bottom: 1px solid #1d1d1d !important; | |
} | |
#-blink-dev-tools .heap-snapshot-view tr:not(.selected) td.object-column span.highlight { | |
background-color: #364c3b !important; | |
border-radius: 3px; | |
} | |
#-blink-dev-tools .profiles-status-bar .status-bar, | |
#-blink-dev-tools .retainers-view-header, | |
#-blink-dev-tools .heap-snapshot-view .class-view-toolbar, | |
#-blink-dev-tools .timeline-frame-container { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
box-shadow: inset 0 1px 0 #626262; | |
border-top: none !important; | |
} | |
#-blink-dev-tools .retainers-view-header { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .profile-launcher-view-tree-item, | |
#-blink-dev-tools .sidebar-tree-section, | |
#-blink-dev-tools .resources-divider-label, | |
#-blink-dev-tools .panel:not(.timeline) .sidebar-tree-item { | |
color: #cccccc !important; | |
} | |
body.inactive .sidebar-tree-item.selected, | |
:focus .sidebar-tree-item.selected, | |
#-blink-dev-tools .sidebar-tree-item.selected { | |
background-color: #222222 !important; | |
} | |
/********************************************** | |
/* Resources Tab | |
/**********************************************/ | |
#-blink-dev-tools .resources-status-bar .status-bar { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
box-shadow: inset 0 1px 0 #626262; | |
border-top: none !important; | |
} | |
/*-- RESOURCES CONTENT --*/ | |
#-blink-dev-tools .resource-view.image .title { | |
color: #ccc !important; | |
} | |
#-blink-dev-tools .resource-view.image .infoList dt { | |
color: #666 !important; | |
margin-bottom: 5px !important; | |
} | |
#-blink-dev-tools .resource-view.image .infoList dd { | |
color: #888 !important; | |
margin-bottom: 5px !important; | |
} | |
/*-- WEB SQL --*/ | |
#-blink-dev-tools .database-query-prompt { | |
color: #eee !important; | |
} | |
#-blink-dev-tools .database-user-query { | |
border-top: 1px solid #2a2a2a !important; | |
border-bottom: 1px solid #1e1e1e !important; | |
padding-bottom: 10px !important; | |
} | |
#-blink-dev-tools .database-user-query + span { | |
padding: 2px 0 !important; | |
border-top: 1px solid #2a2a2a !important; | |
border-bottom: 1px solid #1e1e1e !important; | |
background-color: #252525 !important; | |
width: 100% !important; | |
} | |
#-blink-dev-tools .database-user-query .database-query-text { | |
color: #aaa !important; | |
width: 100% !important; | |
display: inline-block !important; | |
margin-bottom: 5px; | |
margin-top: 2px; | |
} | |
#-blink-dev-tools .database-user-query::before, | |
#-blink-dev-tools .database-query-result::before { | |
margin-top: -5px !important; | |
} | |
#-blink-dev-tools .database-user-query .error { | |
color: #f66 !important; | |
} | |
/************************************* | |
* Help/Settings Overlay | |
*************************************/ | |
#-blink-dev-tools .settings-tab .help-section-title, | |
#-blink-dev-tools .settings-tab-container .help-section-title { | |
color: #89F5A2 !important; | |
} | |
#-blink-dev-tools .help-window-main, | |
#-blink-dev-tools .help-window-main label:hover, | |
#-blink-dev-tools .settings-tab .help-block label, | |
#-blink-dev-tools .settings-tab .help-block label:hover, | |
#-blink-dev-tools .settings-tab .help-block td { | |
color: #bbb !important; | |
} | |
#-blink-dev-tools .settings-tab select, | |
#-blink-dev-tools .help-window-main .help-block select, | |
#-blink-dev-tools .help-content option, | |
#-blink-dev-tools .settings-tab input { | |
color: #111 !important; | |
} | |
#-blink-dev-tools .help-window-main .help-block select:disabled, | |
#-blink-dev-tools .settings-tab select:disabled, | |
#-blink-dev-tools .settings-tab input:disabled { | |
background-color: #888 !important; | |
border-color: #aaa !important; | |
color: #555 !important; | |
} | |
#-blink-dev-tools .settings-tab-container .help-key-cell .help-key { | |
color: #111 !important; | |
} | |
#-blink-dev-tools .settings-tab-container .help-key-cell span { | |
color: #eee !important; | |
} | |
#-blink-dev-tools .help-window-main .settings-list-container { | |
background-color: rgba(0, 0, 0, 0) !important; | |
} | |
#-blink-dev-tools .help-window-main .settings-list { | |
border: 1px solid #444 !important; | |
} | |
#-blink-dev-tools .help-window-main .settings-list-item, | |
#-blink-dev-tools .help-window-main .settings-list-item:hover { | |
background-color: #333 !important; | |
border-top: 1px solid #484848 !important; | |
border-bottom: 1px solid #282828 !important; | |
} | |
#-blink-dev-tools .help-window-main .settings-list-item.selected { | |
background-color: rgba(150, 255, 150, 0.2) !important; | |
} | |
#-blink-dev-tools .help-window-main .settings-list-item:nth-child(1) { | |
border-top: none !important; | |
} | |
#-blink-dev-tools .help-window-main .settings-list-item:last-child { | |
border-bottom: none !important; | |
} | |
#-blink-dev-tools .dialog-contents .header { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .help-window-main .file-system-path { | |
color: #ccc !important; | |
} | |
#-blink-dev-tools .help-window-main .file-system-path-name { | |
color: #89f5a2 !important; | |
} | |
/*************************************************** | |
/* Dialog Box [Help] | |
****************************************************/ | |
#-blink-dev-tools .settings-dialog { | |
border: 1px solid #444 !important; | |
background-color: #333 !important; | |
border-radius: 4px !important; | |
} | |
#-blink-dev-tools .dialog-contents .header { | |
color: #ccc !important; | |
} | |
#-blink-dev-tools .dialog-contents .block-header { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .settings-dialog .settings-list-container { | |
background-color: rgba(0, 0, 0, 0) !important; | |
} | |
#-blink-dev-tools .settings-dialog .settings-list { | |
border: 1px solid #484848 !important; | |
border-top: 2px solid #282828 !important; | |
border-bottom: 1px solid #585858 !important; | |
border-radius: 2px !important; | |
} | |
#-blink-dev-tools .settings-dialog .settings-list-item, | |
#-blink-dev-tools .settings-dialog .settings-list-item:hover { | |
background-color: #444 !important; | |
border-top: 1px solid #4e4e4e !important; | |
border-bottom: none !important; | |
color: #ccc!important; | |
} | |
#-blink-dev-tools .settings-dialog .file-mappings-list .settings-list-item:first-child { | |
border-top: none !important; | |
} | |
/********************************************** | |
/* Sources Tab | |
/**********************************************/ | |
/*placeholder text when no file is open*/ | |
#-blink-dev-tools .tabbed-pane-placeholder { | |
text-shadow: 0 1px 0 #000 !important; | |
color: #999 !important; | |
} | |
/*-- Save Problem Overlay --*/ | |
#-blink-dev-tools .source-frame-unsaved-committed-changes { | |
background-color: rgba(255, 255, 255, 0.2) !important; | |
} | |
/* Breakpoints/Dom Breakpoints */ | |
#-blink-dev-tools .breakpoints-list-deactivated { | |
background-color: #2f2f2f !important; | |
opacity: 0.3 !important; | |
} | |
#-blink-dev-tools .breakpoint-list li { | |
color: #89f5a2 !important; | |
border-top: 1px solid #343434 !important; | |
border-bottom: 1px solid #101010 !important; | |
} | |
#-blink-dev-tools .sidebar-pane .breakpoint-hit { | |
background: #364c3b !important; | |
border-top: 1px solid #56795e !important; | |
border-bottom: 1px solid #56795e !important; | |
color: #eee !important; | |
} | |
#-blink-dev-tools .sidebar-pane .breakpoint-list li:not(.breakpoint-hit):hover { | |
background-color: #2f2f2f !important; | |
border-top: 1px solid #343434 !important; | |
border-bottom: 1px solid #101010 !important; | |
} | |
#-blink-dev-tools .breakpoints-deactivated .breakpoint-list { | |
background-color: rgba(0, 0, 0, 0) !important; | |
opacity: .3 !important; | |
} | |
/* Call Stack */ | |
#-blink-dev-tools .sidebar-pane > .body .info, | |
#-blink-dev-tools .sidebar-label, | |
#-blink-dev-tools .placard .title, | |
#-blink-dev-tools .placard .subtitle { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .placard:nth-of-type(2n) { | |
background: #2a2a2a !important; | |
} | |
#-blink-dev-tools .placard.selected { | |
background: #364c3b !important; | |
color: #e6e6e6 !important; | |
border-top: 1px solid #56795e !important; | |
border-bottom: 1px solid #56795e !important; | |
} | |
#-blink-dev-tools .placard.selected * { | |
color: #eee !important; | |
} | |
#-blink-dev-tools .sidebar-pane > .body .placard + .info { | |
background: #222222 !important; | |
border-top: 0 !important; | |
color: #89f5a2 !important; | |
font-style: normal !important; | |
} | |
#-blink-dev-tools .sidebar-pane .section.expanded > .header { | |
border-bottom: 1px solid #1d1d1d !important; | |
} | |
#-blink-dev-tools .sidebar-pane-stack > .sidebar-pane.visible:nth-last-of-type(1) { | |
border-bottom: none !important; | |
} | |
#-blink-dev-tools .sidebar-pane-stack .section .event-bars, | |
#-blink-dev-tools .sidebar-pane .section .event-bars, | |
#-blink-dev-tools .sidebar-pane-stack .properties-tree, | |
#-blink-dev-tools .sidebar-pane .properties-tree { | |
background-color: #222222 !important; | |
} | |
#-blink-dev-tools .sidebar-pane-stack .section .event-bars, | |
#-blink-dev-tools .sidebar-pane-toolbar .select-settings option, | |
#-blink-dev-tools .sidebar-pane-toolbar .sidebar-pane-subtitle, | |
#-blink-dev-tools .sidebar-pane { | |
color: #bbb !important; | |
} | |
/*pane colors*/ | |
#-blink-dev-tools .sidebar-pane-title { | |
background-image: -webkit-linear-gradient(#505050, #363636) !important; | |
color: #cccccc; | |
border-top: 1px solid #626262 !important; | |
border-bottom: 1px solid #1d1d1d !important; | |
} | |
#-blink-dev-tools .pane-title-button.add, | |
#-blink-dev-tools .sidebar-pane-toolbar > .pane-title-button.refresh, | |
#-blink-dev-tools .pane-title-button.element-state { | |
/*background-image: none !important;*/ | |
-webkit-background-position: -24px 0 !important; | |
background-color: rgba(0, 0, 0, 0.8) !important; | |
-webkit-mask-repeat: no-repeat !important; | |
} | |
#-blink-dev-tools .pane-title-button.add { | |
-webkit-mask-image: url(chrome-devtools://devtools/bundled/Images/paneAddButtons.png) !important; | |
} | |
#-blink-dev-tools .sidebar-pane-toolbar > .pane-title-button.refresh { | |
-webkit-mask-image: url(chrome-devtools://devtools/bundled/Images/paneRefreshButtons.png) !important; | |
} | |
#-blink-dev-tools .panel.elements .sidebar-pane-toolbar > select.select-settings { | |
/*background-image: none !important; */ | |
-webkit-background-position: -24px 0 !important; | |
background-color: rgba(0, 0, 0, 0.8) !important; | |
-webkit-mask-repeat: no-repeat !important; | |
-webkit-mask-image: url(chrome-devtools://devtools/bundled/Images/paneSettingsButtons.png) !important; | |
} | |
#-blink-dev-tools .pane-title-button.element-state { | |
-webkit-mask-image: url(chrome-devtools://devtools/bundled/Images/paneElementStateButtons.png) !important; | |
} | |
#-blink-dev-tools #drawer-contents .search-match-line-number { | |
background: #2a2a2a !important; | |
border-right: 1px solid #3c3c3c !important; | |
padding: 1px 5px 1px 0 !important; | |
display: inline-block; | |
color: #999 !important; | |
} | |
/* Highlight in Scripts */ | |
#-blink-dev-tools .webkit-highlighted-line.webkit-line-content { | |
border-radius: 2px; | |
} | |
#-blink-dev-tools .webkit-highlighted-line.webkit-line-content * { | |
color: #000 !important; | |
} | |
/*exception icon state colors */ | |
#-blink-dev-tools .scripts-pause-on-exceptions-status-bar-item.toggled-all .glyph { | |
background-color: rgba(180, 3, 3, 0.4) !important; | |
} | |
#-blink-dev-tools .scripts-pause-on-exceptions-status-bar-item.toggled-uncaught .glyph { | |
background-color: rgba(213, 181, 0, 0.6) !important; | |
} | |
#-blink-dev-tools .webkit-highlighted-line { | |
background-color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .alternate-status-bar-buttons-bar .scripts-pause, | |
#-blink-dev-tools .alternate-status-bar-buttons-bar .scripts-long-resume, | |
#-blink-dev-tools .alternate-status-bar-buttons-bar .status-bar-item { | |
background-color: #2f2f2f !important; | |
border: 1px solid #222222 !important; | |
} | |
#-blink-dev-tools .alternate-status-bar-buttons-bar .status-bar-item.emulate-active { | |
background-color: #222222 !important; | |
border: 1px solid #2f2f2f !important; | |
} | |
#-blink-dev-tools .properties-tree li, | |
#-blink-dev-tools .outline-disclosure li::before, | |
#-blink-dev-tools .properties-tree li.parent { | |
background-color: inherit !important; | |
line-height: inherit !important; | |
} | |
/********************************************** | |
/* Sources Panel Controls | |
/**********************************************/ | |
#-blink-dev-tools .scripts-status-bar { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
box-shadow: inset 0 1px 0 #626262 !important; | |
border-top: none !important; | |
overflow: none !important; | |
} | |
#-blink-dev-tools #scripts-debug-toolbar { | |
background: -webkit-linear-gradient(#505050, #363636) !important; | |
border-bottom: 1px solid #1d1d1d !important; | |
box-shadow: inset 0 1px 0 #626262; | |
} | |
#-blink-dev-tools .CodeMirror .webkit-html-message-bubble { | |
color: #111 !important; | |
border-radius: 2px !important; | |
padding: 2px !important; | |
} | |
#-blink-dev-tools .CodeMirror-linewidget { | |
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important; | |
} | |
#-blink-dev-tools .CodeMirror-linewidget .source-frame-breakpoint-condition { | |
border: 1px solid #6f6f6f !important; | |
border-radius: 4px !important; | |
background-image: -webkit-linear-gradient(#505050, #363636) !important; | |
} | |
#-blink-dev-tools .CodeMirror-linewidget .source-frame-breakpoint-message { | |
color: #89f5a2 !important; | |
} | |
#-blink-dev-tools .CodeMirror-linewidget #source-frame-breakpoint-condition { | |
background-color: #222222 !important; | |
border: none !important; | |
height: 22px !important; | |
} | |
/************************************************ | |
/* Status bar | |
/************************************************/ | |
/*console/network elements that are not panel selectors*/ | |
select.status-bar-item, | |
select.status-bar-item:hover, | |
#-blink-dev-tools .filter-bitset-filter li { | |
color: #AAA !important; | |
text-shadow: none !important; | |
} | |
select.status-bar-item option { | |
background-color: #282828 !important; | |
} | |
#-blink-dev-tools .status-bar-items { | |
border-left: none !important; | |
} | |
select.status-bar-item, | |
select.status-bar-item:hover { | |
border-left: 1px solid #333 !important; | |
border-right: 1px solid #333 !important; | |
} | |
#-blink-dev-tools .split-view-sidebar-right { | |
border-left: 1px solid #3A3A3A !important; | |
-webkit-box-shadow: none !important; | |
} | |
/*text color of status bar labels */ | |
#-blink-dev-tools .status-bar label[for=search-replace-trigger], | |
#-blink-dev-tools #bottom-status-bar-container .type, | |
#-blink-dev-tools #bottom-status-bar-container .timeline-records-stats, | |
#-blink-dev-tools .drawer-header span, | |
#-blink-dev-tools .source-frame-cursor-position, | |
#-blink-dev-tools .search-status-bar-message, | |
#-blink-dev-tools .search-status-bar-summary span, | |
#-blink-dev-tools .search-results-status-bar-message { | |
text-shadow: none !important; | |
color: #bbb !important; | |
} | |
/*-- GLYPHS --*/ | |
button.scripts-step-over .glyph, | |
button.scripts-step-into .glyph, | |
button.scripts-step-out .glyph, | |
#-blink-dev-tools .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, | |
#-blink-dev-tools .filters-toggle.toggled-shown .glyph { | |
background-color: #89f5a2 !important; | |
} | |
#-blink-dev-tools #scripts-debugger-status { | |
color: #89F5A2 !important; | |
} | |
button.scripts-step-over:disabled .glyph, | |
button.scripts-step-into:disabled .glyph, | |
button.scripts-step-out:disabled .glyph { | |
background-color: #222 !important; | |
} | |
#-blink-dev-tools .sources-status-bar, | |
#-blink-dev-tools .panel-status-bar, | |
#-blink-dev-tools .resources-status-bar .status-bar { | |
background-image: -webkit-linear-gradient(#505050, #363636); | |
border-top: #222 !important; | |
} | |
#-blink-dev-tools .filter-bitset-filter li, | |
#-blink-dev-tools .filter-bitset-filter li.selected, | |
#-blink-dev-tools .filter-bitset-filter li:hover, | |
#-blink-dev-tools .filter-bitset-filter li:active { | |
text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; | |
color: #ccc !important; | |
} | |
#-blink-dev-tools .filter-bitset-filter li:hover { | |
background: #3c3c3c !important; | |
} | |
#-blink-dev-tools .network-filters-header, | |
#-blink-dev-tools .console-filters-header, | |
#-blink-dev-tools .timeline-filters-header { | |
background: #2f2f2f; | |
} | |
/*separator between all | rest of options*/ | |
#-blink-dev-tools .filter-bitset-filter-divider { | |
background-color: rgba(128, 128, 128, 0.6); | |
} | |
/*filter options in console/network panel*/ | |
#-blink-dev-tools .filter-bitset-filter li.selected { | |
color: #eee !important; | |
background: #484848 !important; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important; | |
} | |
#-blink-dev-tools .filter-bitset-filter .selected.error { | |
background: #951e15 !important; | |
} | |
#-blink-dev-tools .filter-bitset-filter .selected.warning { | |
background: #9D8500 !important; | |
} | |
#-blink-dev-tools .filter-bitset-filter .selected.info { | |
background: #49a6d2 !important; | |
} | |
#-blink-dev-tools .filter-bitset-filter .selected.log { | |
background: #8b6ccf !important; | |
} | |
#-blink-dev-tools .filter-bitset-filter .selected.debug { | |
background: #CF7634 !important; | |
} | |
#-blink-dev-tools .checkbox-filter-checkbox, | |
label.checkbox, | |
#-blink-dev-tools .checkbox-filter-checkbox-check, | |
#-blink-dev-tools .filter-checkbox-filter .type, | |
#-blink-dev-tools #text-filter-regex + label { | |
color: #cccccc !important; | |
} | |
#-blink-dev-tools .checkbox-filter-checkbox { | |
background: #fff !important; | |
} | |
#-blink-dev-tools .timeline .panel-status-bar { | |
color: #ccc !important; | |
} | |
#-blink-dev-tools .split-view-sidebar-right .pane .sidebar-separator { | |
background-image: -webkit-linear-gradient(#505050, #383838) !important; | |
padding: 2px 5px !important; | |
border-top: 1px solid #636363 !important; | |
border-bottom: 1px solid black !important; | |
color: #eee !important; | |
text-shadow: #222 0 1px 0 !important; | |
white-space: nowrap !important; | |
text-overflow: ellipsis !important; | |
overflow: hidden !important; | |
font-size: 11px !important; | |
} | |
#-blink-dev-tools #error-warning-count { | |
color: #CCC !important; | |
} | |
#-blink-dev-tools #main-status-bar { | |
border-top: 1px solid #333 !important; | |
} | |
/* DOM Breakpoints */ | |
#-blink-dev-tools .pane > .body .info { | |
color: #999 !important; | |
font-style: normal; | |
} | |
#-blink-dev-tools .styles-section .properties .overloaded, | |
#-blink-dev-tools .styles-section .properties .inactive, | |
#-blink-dev-tools .styles-section .properties .disabled, | |
#-blink-dev-tools .styles-section .properties .not-parsed-ok { | |
opacity: .5 !important; | |
} | |
#-blink-dev-tools .bubble.error, | |
#-blink-dev-tools .bubble.warning { | |
border-bottom: 1px solid #666; | |
position: relative; | |
right: 5px !important; | |
text-shadow: 0 0 2px #666 !important; | |
} | |
#-blink-dev-tools .bubble.error { | |
background-color: #D82323 !important; | |
box-shadow: inset 0 1px 0 0 #651010; | |
} | |
#-blink-dev-tools .bubble.warning { | |
background-color: #E8A400 !important; | |
box-shadow: inset 0 1px 0 0 #A87600; | |
} | |
:focus .selected .bubble.error, | |
:focus .selected .bubble.warning { | |
color: #fff !important; | |
border-bottom: 1px solid #D8FCDE; | |
} | |
#-blink-dev-tools .selected .bubble.error, | |
#-blink-dev-tools .selected .bubble.warning { | |
color: #fff !important; | |
border-bottom: 1px solid #888; | |
} | |
#-blink-dev-tools #floating-status-bar-container { | |
z-index: 100 !important; | |
} | |
/********************************************** | |
/* Dialog Boxes | |
/**********************************************/ | |
/*************************************************** | |
/* Search Functions/Selectors in File [Ctrl+Shift+O] | |
****************************************************/ | |
#-blink-dev-tools .dialog { | |
background: #333 !important; | |
border-color: #222 !important; | |
box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.5) !important; | |
} | |
#-blink-dev-tools .dialog { | |
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#3c3c3c)) !important; | |
box-shadow: 0 50px 30px rgba(0, 0, 0, 0.6) !important; | |
border: 1px solid #666 !important; | |
} | |
#-blink-dev-tools .dialog .fill { | |
border: none !important; | |
} | |
#-blink-dev-tools .filtered-item-list-dialog-item { | |
background-color: #222 !important; | |
border-top: 1px solid #333 !important; | |
border-bottom: 1px solid #000 !important; | |
} | |
#-blink-dev-tools .filtered-item-list-dialog-item span { | |
color: #eee !important; | |
} | |
#-blink-dev-tools .filtered-item-list-dialog-item .highlight { | |
color: #89F5A2!important; | |
} | |
#-blink-dev-tools .filtered-item-list-dialog-item:hover { | |
background-color: #333 !important; | |
box-shadow: inset 0 1px 5px 0 #222 !important; | |
} | |
#-blink-dev-tools .dialog .fill .selected { | |
background-color: #444 !important; | |
box-shadow: inset 0 1px 5px 0 #222 !important; | |
} | |
#-blink-dev-tools .dialog input, | |
#-blink-dev-tools .dialog input:focus { | |
background-color: #222 !important; | |
border: none !important; | |
color: #eee !important; | |
padding: 0 5px; | |
} | |
#-blink-dev-tools .section .properties .dimmed { | |
opacity: 0.8 !important; | |
} | |
#-blink-dev-tools .split-view-sidebar-right { | |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #333333), color-stop(100%, #252525)) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment