mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
feat: A bit of styling for results table
This commit is contained in:
parent
d47d5c4a76
commit
459ddcd37d
1 changed files with 18 additions and 0 deletions
|
@ -107,3 +107,21 @@ h1 {
|
|||
.results-list img, .results-list canvas {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.results-list {
|
||||
border-collapse: collapse;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.results-list td {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.results-list tbody tr:nth-child(even) {
|
||||
background-color: rgb(230, 230, 230);
|
||||
}
|
||||
|
||||
.results-list tbody tr:nth-child(odd) {
|
||||
background-color: white;
|
||||
}
|
Loading…
Reference in a new issue