/* Rest of the dark and light theme */
-.tooltip-panel.devtools-autocomplete-popup,
+.devtools-autocomplete-popup,
.CodeMirror-hints,
.CodeMirror-Tern-tooltip {
- border: 1px solid #FF9F00;
+ border: 1px solid #9C9CFF;
background-color: #000000;
}
--theme-pane-expand-image: url(chrome://devtools/skin/images/pane-expand.svg);
/* Tooltips */
- --theme-tooltip-border: #FFCF00;
- --theme-tooltip-background: #9C9CFF;
+ --theme-tooltip-border: #9C9CFF;
+ --theme-tooltip-background: #000000;
/*--theme-tooltip-shadow: rgba(25, 25, 25, 0.76);*/
/* Command line */