z-index fix on buttons and mesage
This commit is contained in:
parent
a8c177a248
commit
434aa1dbc3
|
@ -3477,7 +3477,7 @@ function html_print_action_buttons(mixed $content, array $parameters=[], bool $r
|
|||
'id' => ($parameters['id'] ?? 'principal_action_buttons'),
|
||||
'class' => 'action-buttons '.$typeClass.' '.($parameters['class'] ?? ''),
|
||||
'content' => $content,
|
||||
'style' => 'z-index: 1',
|
||||
'style' => 'z-index: 6',
|
||||
],
|
||||
$return
|
||||
);
|
||||
|
|
|
@ -2109,6 +2109,10 @@ table.rounded_cells td {
|
|||
z-index: 5;
|
||||
}
|
||||
|
||||
#principal_action_buttons {
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.action-buttons > button {
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
@ -2790,7 +2794,7 @@ td.cellBig {
|
|||
}
|
||||
|
||||
.info_box_container:not(.info_box_information) {
|
||||
z-index: 2;
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.info_box_container.info_box_information {
|
||||
|
|
Loading…
Reference in New Issue