From 7a442e5d7f9269f577090e5d970c00bb292690be Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 21 May 2015 09:55:04 +0530 Subject: Increase z-index of the suggestions box Signed-off-by: Madhura Jayaratne --- themes/pmahomme/css/codemirror.css.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'themes') 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: em; } - #inline_editor_outer .CodeMirror { height: 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 -- cgit v1.2.3