From 9b0eefb28cea989b6054531eff591f08857c9e57 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Mon, 12 Aug 2013 16:44:29 -0700 Subject: [PATCH] CRM-13177 Remove important! since it seems to work ok without that ---------------------------------------- * CRM-13177: Add border to popup dialogs http://issues.civicrm.org/jira/browse/CRM-13177 --- css/civicrm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index cd94fc2a6f..ea9f695338 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2990,7 +2990,7 @@ div#crm-container form { /* add border to jQuery ui-dialog box CRM-13177 */ div.ui-dialog { - border: 1px solid black !important; + border: 1px solid black; } #Tag .tree .collapsable .hit, -- 2.25.1