From c624fff54260ca740c556272f3b0c7b4554467cf Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Mon, 15 Mar 2021 18:12:40 +0100 Subject: [PATCH] Fixed search button outline style. --- webapp/src/main/webapp/themes/iph/css/iph.css | 2 ++ webapp/src/main/webapp/themes/iph/css/query-builder-theme.css | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index c1b40d67..bd8e8d6f 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -780,6 +780,8 @@ input.search-vivo { border: 1px solid #DD9F00; font-size: 1rem; height: 49px; + cursor: pointer; + outline: none; } #btn-reset-button { diff --git a/webapp/src/main/webapp/themes/iph/css/query-builder-theme.css b/webapp/src/main/webapp/themes/iph/css/query-builder-theme.css index 1169d954..87398f3a 100644 --- a/webapp/src/main/webapp/themes/iph/css/query-builder-theme.css +++ b/webapp/src/main/webapp/themes/iph/css/query-builder-theme.css @@ -87,7 +87,6 @@ button.btn.btn-xs.btn-danger { /*box-shadow: 0px 0px 0px #000000;*/ border-left: 1px solid #ead6a2 !important; font-family: Roboto; - } .query-builder .btn-success.active, .query-builder .btn-success.focus,