X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fjoomla.css;h=f232545eb1f6c32ff31ebfa0ff312d3cc5e5efc5;hb=7aed0a9c53d51cc2f21f725d33d8dfb7aa1641c6;hp=d49a764898243566d1713debc017d32c8fae5e83;hpb=49cfbaed65e6920698d83b57985df1eb228479a2;p=civicrm-core.git diff --git a/css/joomla.css b/css/joomla.css index d49a764898..f232545eb1 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -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; +}