Changing textarea input color

For textarea elements that don't get CodeMirror attached.
This commit is contained in:
Jared Tabor
2016-02-11 22:31:20 -08:00
parent 9fa6d74efc
commit 3fbbd4f234
7 changed files with 19 additions and 12 deletions

View File

@@ -141,12 +141,19 @@
padding-right: 50px;
}
.Form-textArea{
.Form-textAreaLabel{
width:100%;
}
.Form-textArea{
background-color: @field-secondary-bg!important;
background-color: @field-secondary-bg!important;
border-radius: 5px;
color: @field-input-text;
}
.Form-textInput{
height: 30px;
height: 30px!important;
background-color: @field-secondary-bg!important;
border-radius: 5px;
border:1px solid @field-border;