aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/index.tpl')
-rw-r--r--template/yoga/index.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl
index e56ceaa97..062a99061 100644
--- a/template/yoga/index.tpl
+++ b/template/yoga/index.tpl
@@ -89,12 +89,12 @@
<label>
{lang:Username}
- <input type="text" name="username" size="15" value="">
+ <input type="text" name="username" size="15" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">
</label>
<label>
{lang:password}
- <input type="password" name="password" size="15">
+ <input type="password" name="password" size="15" onfocus="this.className='focus';" onblur="this.className='nofocus';">
</label>
<!-- BEGIN remember_me -->