mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
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
|
// Hide default checkbox
|
||||||
.icinga-controls input[type="checkbox"] {
|
.icinga-controls input[type="checkbox"] {
|
||||||
opacity: 0;
|
display: none;
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icinga-controls .toggle-switch .toggle-slider {
|
.icinga-controls .toggle-switch .toggle-slider {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user