diff --git a/domain-server/resources/web/css/sweet-alert.css b/domain-server/resources/web/css/sweet-alert.css index eba0fa065d..1f808f9351 100755 --- a/domain-server/resources/web/css/sweet-alert.css +++ b/domain-server/resources/web/css/sweet-alert.css @@ -1,4 +1,3 @@ -@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300); .sweet-overlay { background-color: rgba(0, 0, 0, 0.4); position: fixed; @@ -11,7 +10,7 @@ .sweet-alert { background-color: white; - font-family: 'Open Sans', sans-serif; + font-family: sans-serif; width: 478px; padding: 17px; border-radius: 5px; diff --git a/domain-server/resources/web/js/settings.js b/domain-server/resources/web/js/settings.js index 46cb4f4e2e..c2b2babbb2 100644 --- a/domain-server/resources/web/js/settings.js +++ b/domain-server/resources/web/js/settings.js @@ -408,7 +408,7 @@ function cleanupFormValues(node) { } function showErrorMessage(title, message) { - swal(title, message, "error") + swal(title, message) } function chooseFromHighFidelityDomains(clickedButton) {