1
0
mirror of https://github.com/flarum/core.git synced 2025-01-17 22:29:15 +01:00

Make checkbox switch component background stand out in modals (#2443)

This commit is contained in:
Nina Pypchenko 2020-11-10 12:54:21 +11:00 committed by GitHub
parent f5cfec15e3
commit 67741c7a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,10 @@
text-align: left;
}
}
.off.Checkbox--switch .Checkbox-display {
background: @muted-more-color;
}
}
.Modal-footer {
border: 0;