Hidden some advanced elements to give the advanced button his purpose back

This commit is contained in:
Simon Beginn
2020-01-25 13:56:45 +01:00
parent 2c13c6fb84
commit c4d2e762e2

View File

@@ -38,3 +38,7 @@
.enterprise-plus .settings-modal .right .form-group.theme {
display: none;
}
/* Hide advanced settings... So the button is useable again... */
.modal .modal-body .advanced {
display: none;
}