Style tables
This commit is contained in:
parent
feb4bedfac
commit
8f47cf575e
1 changed files with 33 additions and 0 deletions
|
@ -86,6 +86,39 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
table {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
|
||||
td,
|
||||
th {
|
||||
border: 1px solid transparent;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
tr:nth-child(odd) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
tr:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
th {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12pqx;
|
||||
text-align: left;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
* {
|
||||
::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
|
|
Loading…
Reference in a new issue