Merge branch 'QA_4_9' into QA_5_0

[ci skip]

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-12-24 22:48:03 +01:00
commit 5b3d126b4f
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
4 changed files with 13 additions and 0 deletions

View File

@ -61,6 +61,7 @@ phpMyAdmin - ChangeLog
- issue #15608 Fix DisableIS is broken when with controluser configured (database list broken)
- issue #15614 Fix undefined offset on index page for MySQL 5.7.8 (server charset)
- issue #15692 Fix JavaScript error when user has not enough privilege to view query statistics.
- issue #14248 Fixed date selection in search menu missing higher Z-index value
4.9.2 (2019-11-21)
- issue #14184 Change the cookie name from phpMyAdmin to phpMyAdmin_https for HTTPS, fixes many "Failed to set session cookie" errors

View File

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

View File

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

View File

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