Skip to content

Commit

Permalink
Merge pull request #21 from first87/fix/msie-style-missing
Browse files Browse the repository at this point in the history
Fix the problem in styling paper-textarea on Edge+IE
  • Loading branch information
firstor authored Jun 28, 2017
2 parents 4684956 + 5e093a9 commit af8a439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/message/input/message-input.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
box-shadow: 0px 0px 12px 0px var(--primary-color);
}

.message-input-field {
paper-textarea {
--paper-input-container-input-color: var(--app-color-green);
--paper-input-container-underline: {
display: none;
Expand Down

0 comments on commit af8a439

Please sign in to comment.