Skip to content
Snippets Groups Projects
Commit b7b87a48 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

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
parent 8390afa7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment