a bit of gradients

This commit is contained in:
Gaspard Jankowiak 2013-11-06 11:47:09 +01:00
parent 2f2b3bc8a1
commit 00b8f260d0

View file

@ -805,6 +805,7 @@ table.accepted, table.submitted {
table.accepted tbody tr:hover, table.submitted tbody tr:hover { table.accepted tbody tr:hover, table.submitted tbody tr:hover {
background-color: #f5f5ff; background-color: #f5f5ff;
background: linear-gradient(to right, #eeeeff 0%, #f5f5ff 25%, #f5f5ff 75%, #eeeeff 100%);
} }
table.submitted { table.submitted {