From 37a2c0fa012cb45a3ea201009a70d49753f59c4d Mon Sep 17 00:00:00 2001 From: Tobias Lounsbury Date: Mon, 17 Apr 2017 13:16:12 -0700 Subject: [PATCH] Added object type selector to panel rule to prevent broad disabling of all objects with class panel on civicrm pages. --- css/civicrm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index d9db723990..12b2f0114d 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1498,7 +1498,7 @@ input.crm-form-entityref { text-decoration: none; } -.crm-container .panel { +.crm-container ul.panel { display: none; z-index: 9999; position: absolute; @@ -3844,4 +3844,4 @@ span.crm-status-icon { padding: 1px 5px; border-radius: 3px; border: 1px solid grey; -} \ No newline at end of file +} -- 2.25.1