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-21 07:25:04 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-21 07:25:04 +0300
commit7a442e5d7f9269f577090e5d970c00bb292690be (patch)
tree8dd3980daff9ee683b66390b69bd1182cd1ba476 /themes
parent90083aaf03a140a2ca189a59ced02b6a6d8de11e (diff)
Increase z-index of the suggestions box
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/codemirror.css.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php
index e88fbb7435..cac20a3437 100644
--- a/themes/pmahomme/css/codemirror.css.php
+++ b/themes/pmahomme/css/codemirror.css.php
@@ -17,11 +17,9 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
.CodeMirror {
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
}
-
#inline_editor_outer .CodeMirror {
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 0.4); ?>em;
}
-
span.cm-keyword, span.cm-statement-verb {
color: #909;
}
@@ -55,14 +53,15 @@ span.cm-separator {
span.cm-number {
color: teal;
}
-
.autocomplete-column-name {
display: inline-block;
}
-
.autocomplete-column-hint {
display: inline-block;
float: right;
color: #666;
margin-left: 1em;
+}
+.CodeMirror-hints {
+ z-index: 200;
} \ No newline at end of file