From: lpsolit%gmail.com <> Date: Tue, 19 Aug 2008 15:03:18 +0000 (+0000) Subject: Bug 451050: With the Dusk theme, the cursor hovering rows in buglists is displayed... X-Git-Tag: bugzilla-3.3.1~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91e89b741081d78d61eed2e2fcfee4d33f73a72;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; }