Skip to content

Commit

Permalink
Fixed CSS layering issue with dropdown menus and the blue spinner dis…
Browse files Browse the repository at this point in the history
…playing behind popups. [ref #2847]
  • Loading branch information
mheppler committed Jan 6, 2016
1 parent f641fe4 commit 36ad26c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/resources/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tr.ui-state-highlight .ui-icon {
}
td.col-select-width {width:36px;}

#ajaxStatusPanel_start {width:31px;height:31px;position:fixed;right:50%;bottom:50%;z-index:1111;}
#ajaxStatusPanel_start {width:31px;height:31px;position:fixed;right:50%;bottom:50%;z-index:111111;}
#ajaxStatusPanel_complete {position:absolute;top:-9999px;left:-9999px;}

.italic {font-style: italic;}
Expand Down Expand Up @@ -689,6 +689,7 @@ div.manageTable.ui-datatable div.ui-datatable-tablewrapper, div.manageTable.ui-d
/* BLOCK UI */
.ui-blockui.ui-widget-overlay {background:#fff; opacity:.6;}
div.ui-dialog.ui-widget-content {z-index:100001 !important;}
div.ui-selectcheckboxmenu-panel {z-index:100002 !important;}

/* Overwrite Primefaces */
button.btn-default.ui-button-text-only .ui-button-text {padding:0; font-size:14px;}
Expand Down

0 comments on commit 36ad26c

Please sign in to comment.