UI Dialog - Fix transparent background caused by certain other plugins
authorColeman Watts <coleman@civicrm.org>
Thu, 23 Jun 2022 20:12:55 +0000 (16:12 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 23 Jun 2022 20:12:55 +0000 (16:12 -0400)
Fixes dev/core#3432
It was reported that certain Drupal modules that include a copy of jQuery UI
cause the background to become transparent. This should prevent that.

css/civicrm.css

index 58fb66bf88354af5865426cdf6cc912f24f4b9b7..d5741c4ebbf79ee945728cc2750079391275d69a 100644 (file)
@@ -3141,6 +3141,7 @@ span.crm-select-item-color {
 }
 
 .crm-container.ui-dialog {
+  background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
 }
 .crm-container.ui-dialog.ui-resizable:before {