summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/settings.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-05 20:07:44 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-05 20:07:44 +0200
commitfaf6fbc956f8c23871c0bcb91a84986ffd689201 (patch)
tree19afd74d1ba7438816c02689ae3b093c57eea2cc /module/web/templates/default/settings.html
parentclosed #116 (diff)
downloadpyload-faf6fbc956f8c23871c0bcb91a84986ffd689201.tar.xz
changed dl function for test purpose
Diffstat (limited to 'module/web/templates/default/settings.html')
-rw-r--r--module/web/templates/default/settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index 09fe2e8b1..6c9c2982a 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -138,10 +138,10 @@
<td>
{% trans "Status:" %}
{% if account.valid %}
- <span style="font-weight: bold; color:#90ee90;">
+ <span style="font-weight: bold; color: #006400;">
{% trans "valid" %}
{% else %}
- <span style="font-weight: bold; color: #f08080;">
+ <span style="font-weight: bold; color: #8b0000;">
{% trans "not valid" %}
{% endif %}
</span>