Fix #14248 - calendar z-index issue on theme original

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-12-24 22:46:44 +01:00
parent e2dc924615
commit a6de419139
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -2436,6 +2436,10 @@ body .ui-widget {
font-size: 1em;
}
body #ui-datepicker-div {
z-index: 9999 !important;
}
.ui-dialog fieldset legend a {
color: #0000FF;
}