From 0593e1a1c54af8fc70429e6e091b4e4c13db6de1 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 18 Dec 2016 04:08:53 +0100 Subject: [PATCH] make devtools tooltips have black background and blue border for readability --- LCARStrek/devtools/common.css | 4 ++-- LCARStrek/devtools/variables.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LCARStrek/devtools/common.css b/LCARStrek/devtools/common.css index 5d04977c..d76eda34 100644 --- a/LCARStrek/devtools/common.css +++ b/LCARStrek/devtools/common.css @@ -80,10 +80,10 @@ notification { /* 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; } diff --git a/LCARStrek/devtools/variables.css b/LCARStrek/devtools/variables.css index 49f0a28a..14ab52ea 100644 --- a/LCARStrek/devtools/variables.css +++ b/LCARStrek/devtools/variables.css @@ -86,8 +86,8 @@ --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 */ -- 2.35.3