Skip to content

Commit

Permalink
Set cursor to pointer for collapse-link
Browse files Browse the repository at this point in the history
Fixes #21722
  • Loading branch information
dregad committed Oct 10, 2016
1 parent febd5fc commit d4c1353
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/default.css
Expand Up @@ -85,4 +85,6 @@ tr.bugnote .bugnote-note { background-color: #e8e8e8; color: #000000; width: 75%
.color-project { background-color: LightGreen; }

td.overdue { background-color: #d15b47; color: #ffffff; font-weight: bold; }
td.print-overdue { font-weight: bold; }
td.print-overdue { font-weight: bold; }

.collapse-link { cursor: pointer; }

0 comments on commit d4c1353

Please sign in to comment.