mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #2671 from jaredevantabor/textarea-color
Changing color of textareas to fcfcfc
This commit is contained in:
commit
45bf92aecb
@ -25,10 +25,6 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-textArea{
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Form-header--fields{
|
.Form-header--fields{
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
@ -244,6 +240,8 @@
|
|||||||
.Form-textArea{
|
.Form-textArea{
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: @field-input-text;
|
color: @field-input-text;
|
||||||
|
background-color: @field-secondary-bg!important;
|
||||||
|
width:100%!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-textInput{
|
.Form-textInput{
|
||||||
|
Loading…
Reference in New Issue
Block a user