X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fjoomla.css;h=f232545eb1f6c32ff31ebfa0ff312d3cc5e5efc5;hb=72ec9a567ab74eab4f5689fa42e67612ea77f78c;hp=d49a764898243566d1713debc017d32c8fae5e83;hpb=7de88d7f4b1799864b7dd1793eb38c9a6c1d40bd;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; +}