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:
authorZhang Hao <jason.daurus@gmail.com>2015-02-21 10:48:13 +0300
committerZhang Hao <jason.daurus@gmail.com>2015-02-21 11:27:31 +0300
commit2cc8a9ce3b8770c9980da383db938ae3bba93ad4 (patch)
tree44536481b18b6e5bcf68402b71a6c5f921baa3df /themes
parent9f4a2b15a4f6b343bd011c67d048612bee1a3dec (diff)
rfe #1595 make professional code editor suggestion
Signed-off-by: Zhang Hao <jason.daurus@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/codemirror.css.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php
index 521e5ba3a4..f2117a8ca5 100644
--- a/themes/pmahomme/css/codemirror.css.php
+++ b/themes/pmahomme/css/codemirror.css.php
@@ -176,6 +176,9 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
*zoom:1;
*display:inline;
}
+.CodeMirror-gutter-wrapper {
+ position: relative;
+}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;