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:
authorWilliam Desportes <williamdes@wdes.fr>2018-05-04 13:06:44 +0300
committerWilliam Desportes <williamdes@wdes.fr>2018-05-04 13:07:34 +0300
commit24f483793cf6c6857ff856a03ac0c44a71ef7b6c (patch)
tree810a426b78f9999a651e619c0bf7317261592c37 /themes
parent0c3d024e3ee3e03e5d6674d3d7746dc4828c73f3 (diff)
Patch for #14257 CodeMirror hints hidden
[CI skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'themes')
-rw-r--r--themes/metro/css/codemirror.css.php2
-rw-r--r--themes/pmahomme/css/codemirror.css.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/metro/css/codemirror.css.php b/themes/metro/css/codemirror.css.php
index de6595324d..2b855a314f 100644
--- a/themes/metro/css/codemirror.css.php
+++ b/themes/metro/css/codemirror.css.php
@@ -73,5 +73,5 @@ span.cm-number {
margin-left: 1em;
}
.CodeMirror-hints {
- z-index: 200;
+ z-index: 999;
} \ No newline at end of file
diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php
index 84a7e56d25..d25cc69f2f 100644
--- a/themes/pmahomme/css/codemirror.css.php
+++ b/themes/pmahomme/css/codemirror.css.php
@@ -73,7 +73,7 @@ span.cm-number {
margin-left: 1em;
}
.CodeMirror-hints {
- z-index: 200;
+ z-index: 999;
}
.CodeMirror-lint-tooltip {
z-index: 200;