X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Finspector.css;h=49d5bf11062db4e01171b7eae95e9ce5cb7ac656;hp=1d5f1f67b7936cab4726113bdebf40db8c05420a;hb=b1d1a8bbaca0a31b2c2581911368b6892d447718;hpb=60156ae2942f9e0388417766c47ff8d8ab79369b diff --git a/LCARStrek/devtools/inspector.css b/LCARStrek/devtools/inspector.css index 1d5f1f67..49d5bf11 100644 --- a/LCARStrek/devtools/inspector.css +++ b/LCARStrek/devtools/inspector.css @@ -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 {