From: ewinslow Date: Tue, 26 Apr 2011 20:17:02 +0000 (+0000) Subject: Fixes #3380: .elgg-icon-user states are now consistent with other elgg-icons X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=56ba85a9571c854c6054ad70b88dc15660a053fa;p=lorea%2Felgg.git Fixes #3380: .elgg-icon-user states are now consistent with other elgg-icons git-svn-id: http://code.elgg.org/elgg/trunk@9029 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 08948df50..1bc056072 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -224,10 +224,10 @@ .elgg-icon-undo { background-position: 0 -1206px; } -.elgg-icon-user:hover { +.elgg-icon-user { background-position: 0 -1224px; } -.elgg-icon-user { +.elgg-icon-user:hover { background-position: 0 -1242px; } .elgg-icon-users:hover {