mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Re-enabling bootstrap's darkening of disabled fields
This commit is contained in:
@@ -245,13 +245,13 @@
|
|||||||
.Form-textArea{
|
.Form-textArea{
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: @field-input-text;
|
color: @field-input-text;
|
||||||
background-color: @field-secondary-bg!important;
|
background-color: @field-secondary-bg;
|
||||||
width:100%!important;
|
width:100%!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-textInput{
|
.Form-textInput{
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background-color: @field-secondary-bg!important;
|
background-color: @field-secondary-bg;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border:1px solid @field-border;
|
border:1px solid @field-border;
|
||||||
color: @field-input-text;
|
color: @field-input-text;
|
||||||
|
|||||||
Reference in New Issue
Block a user