Fixed search button outline style.

This commit is contained in:
Svetlana Rastegina 2021-03-15 18:12:40 +01:00 committed by Georgy Litvinov
parent 9e104fbeed
commit 84617f9684
2 changed files with 2 additions and 1 deletions

View file

@ -780,6 +780,8 @@ input.search-vivo {
border: 1px solid #DD9F00;
font-size: 1rem;
height: 49px;
cursor: pointer;
outline: none;
}
#btn-reset-button {

View file

@ -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,