mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Add toggle switch for YAML,JSON selection
This commit is contained in:
@@ -478,6 +478,28 @@ input[type='radio']:checked:before {
|
||||
width: 100%;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.Form-inputLabelContainer[for=variables] {
|
||||
width: auto;
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.FormToggle {}
|
||||
.FormToggle-container {
|
||||
float: right;
|
||||
margin: 0 0 0 10px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
.btn.btn-xs {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
input {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.Form-inputLabel{
|
||||
text-transform: uppercase;
|
||||
color: @default-interface-txt;
|
||||
|
||||
Reference in New Issue
Block a user