More actions
dustloop>TarkusLee No edit summary |
dustloop>TarkusLee No edit summary |
||
| Line 3: | Line 3: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: var(--color-surface-2); | background-color: var(--color-surface-2); | ||
border-bottom: 1px solid var(--border-color-base); | |||
border- | |||
} | } | ||
| Line 14: | Line 13: | ||
padding: 0.75em; | padding: 0.75em; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 21:47, 24 January 2023
table.frameTable {
width: 100%;
border-collapse: collapse;
background-color: var(--color-surface-2);
border-bottom: 1px solid var(--border-color-base);
}
.frameTable th {
color: var(--color-base--subtle);
}
.frameTable td, .frameTable th {
padding: 0.75em;
text-align: center;
}
.frameTable tr:nth-child(odd) {
background-color: var(--color-surface-1);
}
.frameTable tr:hover, .frameTable tr:nth-child(odd):hover {
background-color: var(--color-surface-3);
}