mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(styles): Fix border styles for subject input in composer
- Fixes #825
This commit is contained in:
parent
be6191d6b6
commit
d8e437662a
1 changed files with 4 additions and 4 deletions
|
@ -191,16 +191,16 @@ body.platform-win32 {
|
|||
input {
|
||||
display: inline-block;
|
||||
padding: 13px 0 9px 0;
|
||||
margin: 0 0 0 5px;
|
||||
min-width: 5em;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
input {
|
||||
margin: 0;
|
||||
&::-webkit-input-placeholder {
|
||||
color: @text-color-very-subtle;
|
||||
}
|
||||
margin-left: 0;
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue