diff options
Diffstat (limited to 'views/default/page')
-rw-r--r-- | views/default/page/shells/walled_garden.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/page/shells/walled_garden.php b/views/default/page/shells/walled_garden.php index 4e64276c1..bdd010496 100644 --- a/views/default/page/shells/walled_garden.php +++ b/views/default/page/shells/walled_garden.php @@ -128,10 +128,10 @@ body {background: white;} -moz-box-shadow: none; box-shadow: none; } -.walledgardenlogin .input-password { +.walledgardenlogin .elgg-input-password { width:200px; } -.walledgardenlogin input.input-password:focus { +.walledgardenlogin input.elgg-input-password:focus { border: solid 1px #4690d6; background-color: #e4ecf5; color:#333333; |