diff --git a/css/pico.classless.css b/css/pico.classless.css index 13c25141..d7d64520 100644 --- a/css/pico.classless.css +++ b/css/pico.classless.css @@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); background-image: var(--pico-icon-search); - background-position: center left 1.125rem; + background-position: center left calc(var(--pico-form-element-spacing-horizontal) + 0.125rem); background-size: 1rem auto; background-repeat: no-repeat; } diff --git a/css/pico.conditional.css b/css/pico.conditional.css index 656f056e..ef803c8f 100644 --- a/css/pico.conditional.css +++ b/css/pico.conditional.css @@ -1857,7 +1857,7 @@ main { .pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); background-image: var(--pico-icon-search); - background-position: center left 1.125rem; + background-position: center left calc(var(--pico-form-element-spacing-horizontal) + 0.125rem); background-size: 1rem auto; background-repeat: no-repeat; } diff --git a/css/pico.css b/css/pico.css index 117ad4db..a43e5d93 100644 --- a/css/pico.css +++ b/css/pico.css @@ -1857,7 +1857,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); background-image: var(--pico-icon-search); - background-position: center left 1.125rem; + background-position: center left calc(var(--pico-form-element-spacing-horizontal) + 0.125rem); background-size: 1rem auto; background-repeat: no-repeat; } diff --git a/css/pico.fluid.classless.css b/css/pico.fluid.classless.css index 6c18fd79..b7ec5a54 100644 --- a/css/pico.fluid.classless.css +++ b/css/pico.fluid.classless.css @@ -1654,7 +1654,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); background-image: var(--pico-icon-search); - background-position: center left 1.125rem; + background-position: center left calc(var(--pico-form-element-spacing-horizontal) + 0.125rem); background-size: 1rem auto; background-repeat: no-repeat; }