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:
authorMichal Čihař <mcihar@suse.cz>2012-05-29 17:45:38 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-29 17:45:38 +0400
commit2a6368160cd658158c4bea5fe253618cc3952035 (patch)
tree4a7f0134f0586099860f17bf553cb5902019f269 /themes
parentb79fe06b9c681ba1087bf6c496d9287e471597e2 (diff)
Move also colors for CodeMirror to separate CSS file
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php2
-rw-r--r--themes/pmahomme/css/codemirror.css.php2
-rw-r--r--themes/pmahomme/css/common.css.php2
3 files changed, 2 insertions, 4 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 1e17fdb07f..d882651936 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2123,8 +2123,6 @@ fieldset .disabled-field td {
top: 103px;
}
-<?php echo $_SESSION['PMA_Theme']->getCssCodeMirror(); ?>
-
.colborder {
cursor: col-resize;
height: 100%;
diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php
index a45c7bb337..a0682eef70 100644
--- a/themes/pmahomme/css/codemirror.css.php
+++ b/themes/pmahomme/css/codemirror.css.php
@@ -84,3 +84,5 @@ span.CodeMirror-selected {
.CodeMirror-nonmatchingbracket {
color: #f22 !important;
}
+
+<?php echo $_SESSION['PMA_Theme']->getCssCodeMirror(); ?>
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index f385746062..79f59b6fc8 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2587,8 +2587,6 @@ fieldset .disabled-field td {
top: 103px;
}
-<?php echo $_SESSION['PMA_Theme']->getCssCodeMirror(); ?>
-
.colborder {
cursor: col-resize;
height: 100%;