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: em; } +.insertRowTable .CodeMirror { + height: em; + width: em; + border: 1px solid #a9a9a9; +} span.cm-keyword, span.cm-statement-verb { color: #909; }