You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
fix input border colour
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -161,9 +161,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $input-darker-fg-color;
|
color: $input-darker-fg-color;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid $dialog-close-fg-color;
|
border: 1px solid rgba($primary-fg-color, .1);
|
||||||
// these things should probably not be defined
|
// these things should probably not be defined globally
|
||||||
// globally
|
|
||||||
margin: 9px;
|
margin: 9px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user