Merge branch 'QA_4_9' into QA_5_0
[ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
5b3d126b4f
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user