mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
fix(theme): Dark mode styling of the from field, "More contacts" button
Fixes #607
This commit is contained in:
parent
fc2118aade
commit
2320292c15
2 changed files with 2 additions and 3 deletions
|
@ -40,7 +40,7 @@ class AccountContactField extends React.Component
|
|||
currentLabel = "Please select one of your accounts"
|
||||
# currentLabel = "Choose an account..."
|
||||
|
||||
return <span className="from-picker" style={position: "relative", top: "5px", left: "0.5em"}>{currentLabel}</span>
|
||||
return <span className="from-picker" style={position: "relative", top: 6, left: "0.5em"}>{currentLabel}</span>
|
||||
|
||||
# <ButtonDropdown
|
||||
# ref="dropdown"
|
||||
|
|
|
@ -122,7 +122,7 @@ body.platform-win32 {
|
|||
padding-top: 12px;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
input, textarea, .composer-participant-field {
|
||||
color: @text-color;
|
||||
position: relative;
|
||||
display: block;
|
||||
|
@ -160,7 +160,6 @@ body.platform-win32 {
|
|||
|
||||
.num-remaining.token {
|
||||
color: @text-color;
|
||||
color: rgba(0,0,0,0.6);
|
||||
padding-right: 12px;
|
||||
margin-left: 0;
|
||||
padding-top: 6px;
|
||||
|
|
Loading…
Reference in a new issue