From bdb3095ade037daa1942c16e906eda62da720b77 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 24 Oct 2013 18:19:37 +0200 Subject: Add style to dialog message area https://fedorahosted.org/freeipa/ticket/3904 --- install/ui/src/freeipa/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/src/freeipa/dialog.js') diff --git a/install/ui/src/freeipa/dialog.js b/install/ui/src/freeipa/dialog.js index 668984c2..eb27a05c 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 = $('
', { 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(); -- cgit