summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/src/freeipa/dialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/dialog.js b/install/ui/src/freeipa/dialog.js
index 668984c2b..eb27a05cc 100644
--- a/install/ui/src/freeipa/dialog.js
+++ b/install/ui/src/freeipa/dialog.js
@@ -297,7 +297,7 @@ IPA.dialog = function(spec) {
that.message_container = $('<div/>', {
style: 'display: none',
- 'class': 'dialog-message ui-state-highlight ui-corner-all'
+ 'class': 'dialog-message alert'
}).appendTo(that.body_node);
var widgets = that.widgets.get_widgets();