make devtools tooltips have black background and blue border for readability
authorRobert Kaiser <kairo@kairo.at>
Sun, 18 Dec 2016 03:08:53 +0000 (04:08 +0100)
committerRobert Kaiser <kairo@kairo.at>
Sun, 18 Dec 2016 03:08:53 +0000 (04:08 +0100)
LCARStrek/devtools/common.css
LCARStrek/devtools/variables.css

index 5d04977c838a7301d986b4feaa6a4cd4543ece6b..d76eda349b8593d266eaa6394cc7ab271ddf3cd3 100644 (file)
@@ -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;
 }
 
index 49f0a28a80dc69c388fbf4cee2d46154aa529291..14ab52ea83e75097a03cc8c5bbc481b3f0e2f163 100644 (file)
@@ -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 */