fix notes field color

This commit is contained in:
antelle 2016-04-09 11:43:56 +03:00
parent 25717f94f4
commit cfcd54a1a3
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ input[type=text], input[type=password], textarea, input:not([type]) {
&::-ms-clear { display: none; }
@include th {
color: text-color();
background-color: background-color();
border: base-border();
box-shadow: form-box-shadow();