diff options
author | lpsolit%gmail.com <> | 2008-08-19 17:03:18 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-19 17:03:18 +0200 |
commit | c91e89b741081d78d61eed2e2fcfee4d33f73a72 (patch) | |
tree | 9ad1c49281c00c32ebb8f549ce54c100696560ae /skins/contrib/Dusk | |
parent | 031d3a6cf6310c7ffe321f9814a83ae2088cc215 (diff) | |
download | bugzilla-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/contrib/Dusk')
-rw-r--r-- | skins/contrib/Dusk/buglist.css | 1 |
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; } |