Re-enabling bootstrap's darkening of disabled fields

This commit is contained in:
Ken Hoes 2017-02-10 14:41:36 -05:00
parent 8aea053d4c
commit cd27687ef1

View File

@ -245,13 +245,13 @@
.Form-textArea{
border-radius: 5px;
color: @field-input-text;
background-color: @field-secondary-bg!important;
background-color: @field-secondary-bg;
width:100%!important;
}
.Form-textInput{
height: 30px;
background-color: @field-secondary-bg!important;
background-color: @field-secondary-bg;
border-radius: 5px;
border:1px solid @field-border;
color: @field-input-text;