Fixed search button outline style.
This commit is contained in:
parent
9e104fbeed
commit
84617f9684
2 changed files with 2 additions and 1 deletions
|
@ -780,6 +780,8 @@ input.search-vivo {
|
||||||
border: 1px solid #DD9F00;
|
border: 1px solid #DD9F00;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
|
cursor: pointer;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-reset-button {
|
#btn-reset-button {
|
||||||
|
|
|
@ -87,7 +87,6 @@ button.btn.btn-xs.btn-danger {
|
||||||
/*box-shadow: 0px 0px 0px #000000;*/
|
/*box-shadow: 0px 0px 0px #000000;*/
|
||||||
border-left: 1px solid #ead6a2 !important;
|
border-left: 1px solid #ead6a2 !important;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-builder .btn-success.active, .query-builder .btn-success.focus,
|
.query-builder .btn-success.active, .query-builder .btn-success.focus,
|
||||||
|
|
Loading…
Add table
Reference in a new issue