Improved disabled input underline colour.

This commit is contained in:
Oliver Hamlet
2014-12-24 15:03:43 +00:00
parent 9e6581fa73
commit 386c7538b2
+3 -1
View File
@@ -56,9 +56,11 @@ html /deep/ paper-input-decorator {
margin: 0 4px;
}
html /deep/ paper-input-decorator::shadow .underline .unfocused-underline {
/* line color when the input is unfocused */
background-color: rgba(0, 0, 0, 0.12);
}
html /deep/ paper-input-decorator[disabled]::shadow .underline {
border-bottom-color: rgba(0, 0, 0, 0.12);
}
html /deep/ paper-input-decorator::shadow .label-text,
html /deep/ input::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.26);