mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
Remove inner border on toggles
This commit is contained in:
@@ -490,14 +490,23 @@ input[type='radio']:checked:before {
|
||||
margin: 0 0 0 10px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
.btn.btn-xs {
|
||||
padding: 0px 10px;
|
||||
label {
|
||||
&:first-child {
|
||||
border-right: none;
|
||||
}
|
||||
&:last-child {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.btn.btn-xs {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.Form-inputLabel{
|
||||
|
||||
Reference in New Issue
Block a user