editbox border 2px

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-26 23:34:18 +02:00
parent bf814b5a43
commit 9562eefd8e
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
2 changed files with 2 additions and 3 deletions

View File

@ -27,8 +27,7 @@ button {
cursor: pointer;
}
input {
font-family: inherit;
font-size: inherit;
font: inherit;
background-color: transparent;
outline: none;
color: var(--theme-caption-color);

View File

@ -77,7 +77,7 @@
margin: -4px;
padding: 2px;
border: 2px solid transparent;
border-radius: .125rem;
border-radius: 2px;
&:focus {
border-color: var(--primary-button-enabled);