css: Fix toggle placement in Firefox
This commit is contained in:
parent
b3c6af4ea6
commit
2979ad1da0
|
@ -299,11 +299,7 @@ form.icinga-form .form-controls {
|
|||
|
||||
// Hide default checkbox
|
||||
.icinga-controls input[type="checkbox"] {
|
||||
opacity: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icinga-controls .toggle-switch .toggle-slider {
|
||||
|
|
Loading…
Reference in New Issue