put back input styles

This commit is contained in:
Red Adaya 2024-03-08 13:33:14 +08:00
parent 3584fec406
commit 5a6d6ef1b2
2 changed files with 10 additions and 0 deletions

View File

@ -98,6 +98,7 @@
--form-element-error-color: rgb(204, 0, 0);
--form-element-icon-color: #fff;
--form-element-disabled-text-color: #777;
--form-element-placeholder-color: #777;
/* button colors */
/* todo: use --form-element-* directly in elements */

View File

@ -51,6 +51,15 @@
.history-search {
padding: 0 10px 10px 10px;
input {
border: none;
border-radius: 4px;
font-size: 1em;
padding: 0.5em 1em;
background-color: var(--form-element-bg-color);
color: var(--app-text-color);
}
.advanced-search {
display: flex;
flex-direction: row;