aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
committerplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
commit2de0f01dce5913dcca68c28376205f0a6d473b7c (patch)
tree6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /themes/dark
parentc1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff)
feature 2027 implemented: the "lost password" feature was rewritten.
The algorithm is highly inspired from WordPress : 1) in a single field, you give a username or an email 2) Piwigo sends an email with the activation key 3) the user clicks on the link in the email (with the activation key) and is able to set a new password The "lost password" feature is no longer limited to "classic" users: administrators and webmasters can use it too (no need to tell webmasters that they can only change their password in the database) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/dark')
-rw-r--r--themes/dark/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css
index ba10883c9..aa3975b43 100644
--- a/themes/dark/theme.css
+++ b/themes/dark/theme.css
@@ -75,3 +75,7 @@ A:hover .pwg-icon {
background-image: url(../default/s26/outline_ffff80.png);
}
+.message {
+ color:white;
+ background-color:#666;
+} \ No newline at end of file