mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Re-enabling bootstrap's darkening of disabled fields
This commit is contained in:
parent
8aea053d4c
commit
cd27687ef1
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user