Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php2
-rw-r--r--themes/pmahomme/css/common.css.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 54c2331af5..49b55a3ea5 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -824,7 +824,7 @@ div#tablestatistics table {
position: fixed;
padding: .1em .3em;
top: 0;
- z-index: 900;
+ z-index: 99;
background: white;
}
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index efd0c60154..ef51d8678d 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -1150,7 +1150,7 @@ div#tablestatistics table {
position: fixed;
padding: .25em .25em .2em;
top: 0;
- z-index: 900;
+ z-index: 99;
background: #888;
}