From: lpsolit%gmail.com <> Date: Tue, 19 Aug 2008 15:05:06 +0000 (+0000) Subject: Bug 451050: With the Dusk theme, the cursor hovering rows in buglists is displayed... X-Git-Tag: bugzilla-3.2rc2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38bfc4ad2b28f548e42fda93236d786adea8476;p=thirdparty%2Fbugzilla.git Bug 451050: With the Dusk theme, the cursor hovering rows in buglists is displayed as a pointer despite rows are not clickable - Patch by Frédéric Buclin r=wurblzap a=LpSolit --- diff --git a/skins/contrib/Dusk/buglist.css b/skins/contrib/Dusk/buglist.css index 477bd12cda..2e14368b1e 100644 --- a/skins/contrib/Dusk/buglist.css +++ b/skins/contrib/Dusk/buglist.css @@ -21,5 +21,4 @@ tr.bz_bugitem:hover { background-color: #ccccff; - cursor: pointer; }