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:
authorMohit Jawanjal <mohit.jawanjal@imnica.com>2018-03-28 14:38:17 +0300
committerMohit Jawanjal <mohit.jawanjal@imnica.com>2018-03-28 14:38:17 +0300
commit7d74f1e78644082e81b449ff82a9489fa972b231 (patch)
tree4c9968a3f163bf50026fac6861980cbbd6fe30bd /themes
parentfc9e2ff9dcdc5c3c1de1a72459de4d231bc45e72 (diff)
Remove inline styles from Relation.php
Signed-off-by: Mohit Jawanjal <mohit.jawanjal@imnica.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php7
-rw-r--r--themes/pmahomme/css/common.css.php6
2 files changed, 13 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 1ee7167b8e..0809a7578d 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -3435,3 +3435,10 @@ body .ui-dialog .ui-button-text-only .ui-button-text {
#name-panel {
overflow:hidden;
}
+
+.span_color_green {
+ color:green;
+}
+.span_color_red {
+ color:red;
+} \ No newline at end of file
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index f6445f6f15..9e8b4c0eb2 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -3684,3 +3684,9 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
#name-panel {
overflow:hidden;
}
+.span_color_green {
+ color:green;
+}
+.span_color_red {
+ color:red;
+} \ No newline at end of file