remove box shadows

This commit is contained in:
2026-02-25 13:50:12 +01:00
parent d2940b90d0
commit 336f5729f3

View File

@@ -278,14 +278,13 @@ form.search {
span {
font-size: 0.875em;
border: solid @ini_background_alt;
border: solid @ini_border;
border-width: 1px 1px 0;
background-color: @ini_background;
color: @ini_text_alt;
padding: .1em .35em;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
box-shadow: 0 0 .5em @ini_text_alt;
display: block;
}
}
@@ -294,9 +293,7 @@ form.search {
clear: both;
background: @ini_background;
color: inherit;
border: 1px solid @ini_background_alt;
box-shadow: 0 0 .5em @ini_text_alt;
border-radius: 2px;
border: 1px solid @ini_border;
padding: 1.556em 2em 2em;
margin-bottom: .5em;
overflow-x: clip;