make newTab and inspector tool work well from 40 up to 43 nightly
[themes.git] / LCARStrek / browser / devtools / dark-theme.css
index 8c0f9a5a4b7d30f63c6e21ae1342f79595298864..a6f7eabc396e2848ecb8f768abb14f852a458588 100644 (file)
@@ -419,6 +419,12 @@ div.CodeMirror span.eval-text {
 .devtools-searchinput {
   background-color: #000000;
   color: #E7ADE7;
+  border: 1px solid #9C9CFF;
+}
+
+.devtools-textinput:focus,
+.devtools-searchinput:focus {
+  border-color: #008484;
 }
 
 .CodeMirror-Tern-fname {