CRM-13177 quick fix to add border on jQuery ui-dialog.
authorDave Greenberg <dave@civicrm.org>
Mon, 12 Aug 2013 23:25:26 +0000 (16:25 -0700)
committerDave Greenberg <dave@civicrm.org>
Mon, 12 Aug 2013 23:25:26 +0000 (16:25 -0700)
----------------------------------------
* CRM-13177: Add border to popup dialogs
  http://issues.civicrm.org/jira/browse/CRM-13177

css/civicrm.css

index 6f02a2b94b547ff177919ddeacfc9b86e8514393..cd94fc2a6fa2de7196562fcbd7de76f6a304c1e5 100644 (file)
@@ -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;