mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
This commit is contained in:
commit
2314c5dda2
|
|
@ -4327,6 +4327,9 @@ div#card-errors {
|
|||
.ui-dialog-content {
|
||||
}
|
||||
|
||||
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
|
||||
z-index: 1002 !important; /* Default 101 with jquery, top menu have a z-index of 1000 */
|
||||
}
|
||||
|
||||
/* ============================================================================== */
|
||||
/* For content of image preview */
|
||||
|
|
|
|||
|
|
@ -4201,6 +4201,9 @@ div#card-errors {
|
|||
font-size: <?php print $fontsize; ?>px !important;
|
||||
}
|
||||
|
||||
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
|
||||
z-index: 1002 !important; /* Default 101 with jquery, top menu have a z-index of 1000 */
|
||||
}
|
||||
|
||||
/* ============================================================================== */
|
||||
/* For content of image preview */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user