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
diff options
context:
space:
mode:
-rw-r--r--themes/pmahomme/css/codemirror.css.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php
index 98d8f3f41c..dc3735cb87 100644
--- a/themes/pmahomme/css/codemirror.css.php
+++ b/themes/pmahomme/css/codemirror.css.php
@@ -20,6 +20,11 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
#inline_editor_outer .CodeMirror {
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 0.4); ?>em;
}
+.insertRowTable .CodeMirror {
+ height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 0.6); ?>em;
+ width: <?php echo ceil($GLOBALS['cfg']['TextareaCols'] * 0.6); ?>em;
+ border: 1px solid #a9a9a9;
+}
span.cm-keyword, span.cm-statement-verb {
color: #909;
}