fixed icon colors for form elements with buttons

This commit is contained in:
John Mitchell 2016-02-12 11:56:12 -05:00
parent 2c432ee974
commit 6283f8715d

View File

@ -191,8 +191,13 @@
cursor: pointer!important;
}
.Form-inputButton {
border-color: #e1e1e1;
color: #b7b7b7;
}
.Form-numberInputButton{
color: @field-label!important;
color: @default-icon!important;
font-size: 14px;
}