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:
authorNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-08 21:27:04 +0300
committerNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-09 13:48:41 +0300
commit93172dbc7017a1374be84145a9af47143f0dd915 (patch)
tree26c20b9a706eab0d8047404bc1349a200577d646 /themes
parent93ebada51b9f2ceb0cb507790a5e19c1fbc61394 (diff)
Show hint for column autocomplete in better way
Separate column name and extra information in better way in autocomplete Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/codemirror.css.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php
index f2117a8ca5..909c6cf631 100644
--- a/themes/pmahomme/css/codemirror.css.php
+++ b/themes/pmahomme/css/codemirror.css.php
@@ -309,6 +309,17 @@ 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 styling */
.CodeMirror-hints {
position: absolute;