diff --git a/stylesheets/styles_light.css b/stylesheets/styles_light.css index c467641..3eaa29d 100644 --- a/stylesheets/styles_light.css +++ b/stylesheets/styles_light.css @@ -805,6 +805,7 @@ table.accepted, table.submitted { table.accepted tbody tr:hover, table.submitted tbody tr:hover { background-color: #f5f5ff; + background: linear-gradient(to right, #eeeeff 0%, #f5f5ff 25%, #f5f5ff 75%, #eeeeff 100%); } table.submitted {