remove custom font and large X for errors

This commit is contained in:
Stephen Birarda 2014-10-08 15:49:08 -07:00
parent 4daa379b03
commit 1136c1bf13
2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -408,7 +408,7 @@ function cleanupFormValues(node) {
}
function showErrorMessage(title, message) {
swal(title, message, "error")
swal(title, message)
}
function chooseFromHighFidelityDomains(clickedButton) {