diff --git a/static/styles/components.css b/static/styles/components.css index 585953534b..4683442cd6 100644 --- a/static/styles/components.css +++ b/static/styles/components.css @@ -320,6 +320,11 @@ letter-spacing: -.3em; } +.input-append input[type=text] { + border-radius: 5px; + box-shadow: none; +} + .clear_search_button:hover { color: #000; }