mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 23:32:14 +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;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
font-family: inherit;
|
font: inherit;
|
||||||
font-size: inherit;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: var(--theme-caption-color);
|
color: var(--theme-caption-color);
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
margin: -4px;
|
margin: -4px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
border-radius: .125rem;
|
border-radius: 2px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: var(--primary-button-enabled);
|
border-color: var(--primary-button-enabled);
|
||||||
|
Loading…
Reference in New Issue
Block a user