a bit of gradients
This commit is contained in:
parent
2f2b3bc8a1
commit
00b8f260d0
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue