summaryrefslogtreecommitdiff
path: root/app/Models/Themes.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-03-15 07:08:58 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-03-15 07:20:42 -0400
commit1af723ca68e2558232ef4c4eb5a7c8f41a07bd0c (patch)
tree87e6ad8c086237250a220c0124c86c83340b688d /app/Models/Themes.php
parent16d527693138d1839996701af87a04c4d582d213 (diff)
Add a button to reveal/hide password
I add a button on the configure user interface to reveal the password for 2 seconds and hide it after that period. See #442 I am not sure if the fallback unicode text for the icon is correct. I can not make it work.
Diffstat (limited to 'app/Models/Themes.php')
-rw-r--r--app/Models/Themes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Themes.php b/app/Models/Themes.php
index c7099a1df..ed746b7e9 100644
--- a/app/Models/Themes.php
+++ b/app/Models/Themes.php
@@ -77,6 +77,7 @@ class FreshRSS_Themes extends Minz_Model {
'down' => '▽',
'favorite' => '★',
'help' => 'ⓘ',
+ 'key' => '⚿',
'link' => '↗',
'login' => '🔒',
'logout' => '🔓',