From 00b8f260d06d762bae98915721c9a7ce3b1140b8 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Wed, 6 Nov 2013 11:47:09 +0100 Subject: [PATCH] a bit of gradients --- stylesheets/styles_light.css | 1 + 1 file changed, 1 insertion(+) 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 {