mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Changing textarea input color
For textarea elements that don't get CodeMirror attached.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user