Merged the search box to the action button group in the base account list and account list.

This commit is contained in:
2023-02-01 19:43:47 +08:00
parent 9b22331a5a
commit 9f63db174c
3 changed files with 36 additions and 35 deletions

View File

@ -24,6 +24,16 @@
.clickable {
cursor: pointer;
}
.btn-group .btn .search-input {
min-height: calc(1em + .5rem + 2px);
padding: 0 0.5rem;
}
.btn-group .btn .search-label button {
border: none;
background-color: transparent;
color: inherit;
padding-right: 0;
}
/** The account management */
.account {