From 91e173d45d551163a6fca154bfc95ba6dbc42272 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 23 Jun 2022 16:12:55 -0400 Subject: [PATCH] UI Dialog - Fix transparent background caused by certain other plugins 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/css/civicrm.css b/css/civicrm.css index 58fb66bf88..d5741c4ebb 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -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 { -- 2.25.1