make devtools tooltips have black background and blue border for readability
[themes.git] / LCARStrek / devtools / common.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;
 }