diff options
author | lpsolit%gmail.com <> | 2008-08-19 15:03:18 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-19 15:03:18 +0000 |
commit | c91e89b741081d78d61eed2e2fcfee4d33f73a72 (patch) | |
tree | 9ad1c49281c00c32ebb8f549ce54c100696560ae /skins/contrib | |
parent | Bug 450609: Add OS detection in install-module.pl to make it refuse to run on... (diff) | |
download | bugzilla-c91e89b741081d78d61eed2e2fcfee4d33f73a72.tar.gz bugzilla-c91e89b741081d78d61eed2e2fcfee4d33f73a72.tar.bz2 bugzilla-c91e89b741081d78d61eed2e2fcfee4d33f73a72.zip |
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')
-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; } |