diff --git a/rowers/templates/list_courses.html b/rowers/templates/list_courses.html index ba0d2758..8fd12901 100644 --- a/rowers/templates/list_courses.html +++ b/rowers/templates/list_courses.html @@ -11,6 +11,9 @@ #mypointer { cursor: pointer; } + tr:hover { + background-color: #f5f5f5; + } @@ -58,15 +61,18 @@