summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-08-19 17:03:18 +0200
committerlpsolit%gmail.com <>2008-08-19 17:03:18 +0200
commitc91e89b741081d78d61eed2e2fcfee4d33f73a72 (patch)
tree9ad1c49281c00c32ebb8f549ce54c100696560ae /skins
parent031d3a6cf6310c7ffe321f9814a83ae2088cc215 (diff)
downloadbugzilla-c91e89b741081d78d61eed2e2fcfee4d33f73a72.tar.gz
bugzilla-c91e89b741081d78d61eed2e2fcfee4d33f73a72.tar.xz
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 <LpSolit@gmail.com> r=wurblzap a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Dusk/buglist.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/contrib/Dusk/buglist.css b/skins/contrib/Dusk/buglist.css
index 477bd12cd..2e14368b1 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;
}