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-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 */
|
/* For content of image preview */
|
||||||
|
|||||||
@ -4201,6 +4201,9 @@ div#card-errors {
|
|||||||
font-size: <?php print $fontsize; ?>px !important;
|
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 */
|
/* For content of image preview */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user