.alertify .ajs-dialog {background-color: white; box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25); border-radius: 2px; } .alertify .ajs-header {color: black; font-weight: 700; background: #fafafa; border-bottom: 1px solid #eee; border-radius: 2px 2px 0 0; } .alertify .ajs-body {color: black; } .alertify .ajs-body .ajs-content .ajs-input {display: block; width: 100%; padding: 8px; margin: 4px; border-radius: 2px; border: 1px solid #ccc; } .alertify .ajs-body .ajs-content p {margin: 0; } .alertify .ajs-footer {background: #fbfbfb; border-top: 1px solid #eee; border-radius: 0 0 2px 2px; } .alertify .ajs-footer .ajs-buttons .ajs-button {border: 0; font-size: 14px; font-weight: 700; text-transform: uppercase; } .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {color: #3593d2; } .alertify-notifier .ajs-message {background: rgba(255, 255, 255, 0.95); color: #000; text-align: center; border: 1px solid #ddd; border-radius: 2px; } .alertify-notifier .ajs-message.ajs-success {color: #fff; background: rgba(91, 189, 114, 0.95); } .alertify-notifier .ajs-message.ajs-error {color: #fff; background: rgba(217, 92, 92, 0.95); } .alertify-notifier .ajs-message.ajs-warning {background: rgba(252, 248, 215, 0.95); border-color: #999; }