mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
editbox border 2px
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
bf814b5a43
commit
9562eefd8e
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user