Add toggle switch for YAML,JSON selection

This commit is contained in:
Greg Considine
2017-03-21 11:43:39 -04:00
parent 44775f691b
commit 10a51c72f0
3 changed files with 43 additions and 8 deletions

View File

@@ -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;