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-04-30 04:28:51 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-30 04:28:51 +0300
commitbeeb38b13d0492c9f98f29aebad05cd8411578a6 (patch)
treecd14ec2fccb0ea387556062c0dc032f30e41c114 /themes
parent87b00b95916740ec296594cdd75a2a60c6046047 (diff)
bug #4879 Exit fullscreen in Designer does not change the button text
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/pmd.css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pmahomme/css/pmd.css.php b/themes/pmahomme/css/pmd.css.php
index b39ce738c4..1a9b70ccc7 100644
--- a/themes/pmahomme/css/pmd.css.php
+++ b/themes/pmahomme/css/pmd.css.php
@@ -351,7 +351,7 @@ a.M_butt:hover {
}
#layer_menu {
- z-index: 100;
+ z-index: 50;
position: relative;
float: right;
background-color: #EAEEF0;