diff --git a/css/design.less b/css/design.less index 42f468f..a5e8e4f 100755 --- a/css/design.less +++ b/css/design.less @@ -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;