mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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'),
|
'id' => ($parameters['id'] ?? 'principal_action_buttons'),
|
||||||
'class' => 'action-buttons '.$typeClass.' '.($parameters['class'] ?? ''),
|
'class' => 'action-buttons '.$typeClass.' '.($parameters['class'] ?? ''),
|
||||||
'content' => $content,
|
'content' => $content,
|
||||||
'style' => 'z-index: 1',
|
'style' => 'z-index: 6',
|
||||||
],
|
],
|
||||||
$return
|
$return
|
||||||
);
|
);
|
||||||
|
@ -2109,6 +2109,10 @@ table.rounded_cells td {
|
|||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#principal_action_buttons {
|
||||||
|
z-index: 6;
|
||||||
|
}
|
||||||
|
|
||||||
.action-buttons > button {
|
.action-buttons > button {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
@ -2790,7 +2794,7 @@ td.cellBig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.info_box_container:not(.info_box_information) {
|
.info_box_container:not(.info_box_information) {
|
||||||
z-index: 2;
|
z-index: 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_box_container.info_box_information {
|
.info_box_container.info_box_information {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user