From: cash Date: Fri, 8 Mar 2013 18:04:07 +0000 (-0500) Subject: Fixes #4464 adds hover for selecting with arrow keys X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3736c93fb6e3910a592b037d961367180edd542e;p=lorea%2Felgg.git Fixes #4464 adds hover for selecting with arrow keys --- diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 059e51dd6..ceeac71a2 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -624,6 +624,10 @@ a.elgg-button { text-decoration: none; color: #4690D6; } +.ui-autocomplete a.ui-state-hover { + background-color: #eee; + display: block; +} /* *************************************** USER PICKER diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index 2fc156447..f55e57fb4 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -267,6 +267,10 @@ input[type="radio"] { text-decoration: none; color: #4690D6; } +.ui-autocomplete a.ui-state-hover { + background-color: #eee; + display: block; +} /* *************************************** USER PICKER