css: Fix toggle placement in Firefox

This commit is contained in:
Johannes Meyer 2019-10-08 13:12:33 +02:00
parent b3c6af4ea6
commit 2979ad1da0
1 changed files with 1 additions and 5 deletions

View File

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