more styling
This commit is contained in:
@@ -47,9 +47,10 @@ td,th {
|
||||
}
|
||||
th {
|
||||
cursor: pointer;
|
||||
background: #FDF2E9;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
tr:nth-child(odd) {
|
||||
background-color: #FAE5D3;
|
||||
background: -moz-linear-gradient(left, #fae5d3 0%, #fae5d3 95%, #fdf2e9 100%);
|
||||
background: -webkit-linear-gradient(left, #fae5d3 0%,#fae5d3 95%,#fdf2e9 100%);
|
||||
|
||||
Reference in New Issue
Block a user