From b7b87a4883066775bf06763f58073a6ba753b269 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Mon, 12 Aug 2013 16:25:26 -0700 Subject: [PATCH] CRM-13177 quick fix to add border on jQuery ui-dialog. ---------------------------------------- * CRM-13177: Add border to popup dialogs http://issues.civicrm.org/jira/browse/CRM-13177 --- css/civicrm.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 6f02a2b94b..cd94fc2a6f 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2988,6 +2988,11 @@ div#crm-container form { color: #f5f6f1; } +/* add border to jQuery ui-dialog box CRM-13177 */ +div.ui-dialog { + border: 1px solid black !important; +} + #Tag .tree .collapsable .hit, #Tag .tree .expandable .hit { padding-left: 16px; -- 2.25.1