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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-05-04 05:42:27 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-04 05:42:27 +0300
commit31ab6f5bb2900d53ff978fe87c11c59e8eb142e4 (patch)
treecc87cf9764acaf26db585b3cf22c57a32ee553a5 /themes
parent38211eca4d1c363fe32be332bf8dffb949da3ad1 (diff)
bug #4885 Some icons are above the overlay of jQuery dialogs
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
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;
}