make alertify darker

This commit is contained in:
Pierre Bondoerffer
2017-08-04 16:02:35 +02:00
parent eaf5c73b05
commit 1bd42f0b3e
2 changed files with 19 additions and 13 deletions

View File

@@ -23,3 +23,10 @@
}
}
}
.alertify {
// workaround for alertify making empty p
p:empty {
display: none;
}
}