CRM-13177 Remove important! since it seems to work ok without that
authorDave Greenberg <dave@civicrm.org>
Mon, 12 Aug 2013 23:44:29 +0000 (16:44 -0700)
committerDave Greenberg <dave@civicrm.org>
Mon, 12 Aug 2013 23:44:29 +0000 (16:44 -0700)
----------------------------------------
* CRM-13177: Add border to popup dialogs
  http://issues.civicrm.org/jira/browse/CRM-13177

css/civicrm.css

index cd94fc2a6fa2de7196562fcbd7de76f6a304c1e5..ea9f695338a115a0c7797509bbc58ee7c1a9742b 100644 (file)
@@ -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,