fix(theme): Dark mode styling of the from field, "More contacts" button

Fixes #607
This commit is contained in:
Ben Gotow 2015-12-07 15:05:44 -08:00
parent fc2118aade
commit 2320292c15
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -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;