mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Changing color of textareas to fcfcfc
This commit is contained in:
parent
4f534122c5
commit
fb1a448e95
@ -25,10 +25,6 @@
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.Form-textArea{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.Form-header--fields{
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
@ -244,6 +240,8 @@
|
||||
.Form-textArea{
|
||||
border-radius: 5px;
|
||||
color: @field-input-text;
|
||||
background-color: @field-secondary-bg!important;
|
||||
width:100%!important;
|
||||
}
|
||||
|
||||
.Form-textInput{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user