third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / devtools / inspector.css
index 1d5f1f67b7936cab4726113bdebf40db8c05420a..49d5bf11062db4e01171b7eae95e9ce5cb7ac656 100644 (file)
@@ -2,6 +2,8 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
+@import url(variables.css); /* No idea why this is needed but we get error messages without it */
+
 :root {
   --eyedropper-image: url(images/command-eyedropper.svg);
 }
@@ -93,6 +95,17 @@ window {
 
 #inspector-searchlabel {
   overflow: hidden;
+  margin-inline-end: 2px;
+}
+
+#inspector-search {
+  flex: unset;
+}
+
+/* TODO: bug 1265759: should apply to .devtools-searchinput once all searchbox
+   is converted to html*/
+#inspector-searchbox {
+  width: 100%;
 }
 
 /* Make sure the text is vertically centered in Inspector's
@@ -103,10 +116,6 @@ window {
   line-height: 19px;
 }
 
-#inspector-search {
-  flex: unset;
-}
-
 /* Eyedropper toolbar button */
 
 #inspector-eyedropper-toggle {