X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ftoolbars.css;h=13a5a467a833d8e1f7269a56f05ae9a3da0f4974;hp=2bddea0aa73568b54a2eb68c3b921c1dd4dcd121;hb=9f6401c22b50f8e59ea2275e257f9585a8e04e41;hpb=cf0d81c6b23a3e984b21f111b3cd04e0c2bac5bd diff --git a/LCARStrek/devtools/toolbars.css b/LCARStrek/devtools/toolbars.css index 2bddea0a..13a5a467 100644 --- a/LCARStrek/devtools/toolbars.css +++ b/LCARStrek/devtools/toolbars.css @@ -229,6 +229,7 @@ div.devtools-toolbar::after { .menu-filter-button { border: none; /* min-height: 32px; */ + font: inherit; background-color: var(--theme-button-background); color: var(--theme-button-color); border-radius: 300px; @@ -496,6 +497,10 @@ div.devtools-toolbar::after { position: relative; } +button + .devtools-searchbox { + margin-inline-start: 2px; +} + /* The spacing is accomplished with a padding on the searchbox */ .devtools-searchbox > .devtools-textinput, .devtools-searchbox > .devtools-searchinput {