From: Robert Kaiser Date: Sun, 18 Dec 2016 03:08:53 +0000 (+0100) Subject: make devtools tooltips have black background and blue border for readability X-Git-Tag: LCARStrek-2.48~13 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=0593e1a1c54af8fc70429e6e091b4e4c13db6de1 make devtools tooltips have black background and blue border for readability --- 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 */