X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ftoolbars.css;h=13a5a467a833d8e1f7269a56f05ae9a3da0f4974;hp=e7d2ed621782cc5472377692b9180b79eabbf695;hb=9f6401c22b50f8e59ea2275e257f9585a8e04e41;hpb=c877146a907a47dc9c88507a58a8048b8b5f1562 diff --git a/LCARStrek/devtools/toolbars.css b/LCARStrek/devtools/toolbars.css index e7d2ed62..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; @@ -484,8 +485,8 @@ div.devtools-toolbar::after { visibility: hidden; } -.devtools-searchinput .textbox-input::-moz-placeholder, -.devtools-filterinput .textbox-input::-moz-placeholder { +.devtools-searchinput .textbox-input::placeholder, +.devtools-filterinput .textbox-input::placeholder { font-style: normal; } @@ -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 {