diff --git a/forms/details-expression.xml b/forms/details-expression.xml index 6a117199..077ff7f7 100644 --- a/forms/details-expression.xml +++ b/forms/details-expression.xml @@ -36,6 +36,7 @@ @import "/editor/style/tab_style.css"; @import "/editor/style/xform_style.css"; @import "/editor/style/model_editor_style.css"; + @import "/editor/style/footer.css"; diff --git a/forms/details-item.xml b/forms/details-item.xml index b49a9630..3673f881 100644 --- a/forms/details-item.xml +++ b/forms/details-item.xml @@ -29,6 +29,7 @@ @import "/editor/style/tab_style.css"; @import "/editor/style/xform_style.css"; @import "/editor/style/model_editor_style.css"; + @import "/editor/style/footer.css"; diff --git a/forms/details-performance.xml b/forms/details-performance.xml index 56e1518f..485aa1ed 100644 --- a/forms/details-performance.xml +++ b/forms/details-performance.xml @@ -34,6 +34,7 @@ @import "/editor/style/tab_style.css"; @import "/editor/style/xform_style.css"; @import "/editor/style/model_editor_style.css"; + @import "/editor/style/footer.css"; diff --git a/forms/details-reference.xml b/forms/details-reference.xml index 9b760978..859dcf2b 100644 --- a/forms/details-reference.xml +++ b/forms/details-reference.xml @@ -34,6 +34,7 @@ @import "/editor/style/tab_style.css"; @import "/editor/style/xform_style.css"; @import "/editor/style/model_editor_style.css"; + @import "/editor/style/footer.css"; diff --git a/forms/details-source.xml b/forms/details-source.xml index dffcc2a1..15454cfe 100644 --- a/forms/details-source.xml +++ b/forms/details-source.xml @@ -29,6 +29,7 @@ @import "/editor/style/tab_style.css"; @import "/editor/style/xform_style.css"; @import "/editor/style/model_editor_style.css"; + @import "/editor/style/footer.css"; diff --git a/resources/css/footer.css b/resources/css/footer.css index 43d45c44..02fbf5f6 100644 --- a/resources/css/footer.css +++ b/resources/css/footer.css @@ -8,7 +8,7 @@ div.footer, p.footer { } .footer, .footer a:link, .footer a:visited, .footer a:active { - color: #ccc; + color: #fbfbfb; } div.footer .version {