From: Dave Greenberg Date: Mon, 12 Aug 2013 23:44:29 +0000 (-0700) Subject: CRM-13177 Remove important! since it seems to work ok without that X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9b0eefb28cea989b6054531eff591f08857c9e57;p=civicrm-core.git 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 --- 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,