Merge pull request #15357 from civicrm/5.18
[civicrm-core.git] / css / joomla.css
index d49a764898243566d1713debc017d32c8fae5e83..f232545eb1f6c32ff31ebfa0ff312d3cc5e5efc5 100644 (file)
@@ -155,9 +155,6 @@ br.clear {
 #header, #content {
   width: 100%;
 }
-#header {
-  background-color: #69c;
-}
 #logo {
   vertical-align: middle;
   border: 0;
@@ -392,3 +389,8 @@ body.admin.com_civicrm #crm-nav-menu-container {
 body.admin.com_civicrm #content-right {
        padding: 12px;
 }
+
+/* Make footer admin bar hide behind popup windows (CRM-15723) */
+body.ui-dialog-open #status {
+  z-index: 100 !important;
+}