mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-25 02:03:37 -05:00
Re-enabling bootstrap's darkening of disabled fields
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user