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-04-02 08:55:54 +0300
committerMohit Jawanjal <mohit.jawanjal@imnica.com>2018-04-02 08:55:54 +0300
commitc8d9471c24fad39fd20d40cadc6d2454f8bc8f0b (patch)
treef45500273e5f12cceb4efa2fea16de4480cd1db6 /themes
parent7d74f1e78644082e81b449ff82a9489fa972b231 (diff)
Inline style fix for Relation.php
Signed-off-by: Mohit Jawanjal <mohit.jawanjal@imnica.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php10
-rw-r--r--themes/pmahomme/css/common.css.php9
2 files changed, 6 insertions, 13 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 0809a7578d..c7add8fcdb 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -715,6 +715,9 @@ ul#topmenu2 a {
span.caution {
color: #FF0000;
}
+span.success {
+ color: green;
+}
fieldset.caution a {
color: #FF0000;
}
@@ -3434,11 +3437,4 @@ body .ui-dialog .ui-button-text-only .ui-button-text {
/* side menu */
#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 9e8b4c0eb2..b56f4af08f 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -1026,6 +1026,9 @@ ul#topmenu2 a {
span.caution {
color: #FF0000;
}
+span.success {
+ color: green;
+}
fieldset.caution a {
color: #FF0000;
}
@@ -3683,10 +3686,4 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
/* side menu */
#name-panel {
overflow:hidden;
-}
-.span_color_green {
- color:green;
-}
-.span_color_red {
- color:red;
} \ No newline at end of file