More actions
dustloop>TarkusLee No edit summary |
dustloop>TarkusLee No edit summary |
||
| Line 15: | Line 15: | ||
.frameTable th { | .frameTable th { | ||
font-size: 0.875em; | |||
color: var(--color-base--subtle); | color: var(--color-base--subtle); | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 22:01, 24 January 2023
.frameTable {
width: 100%;
border-collapse: collapse;
background-color: var(--color-surface-2);
border: 1px solid var(--border-color-base);
}
.frameTable tr {
border-bottom: 1px solid var(--border-color-base);
}
.frameTable tr:last-child {
border-bottom: none;
}
.frameTable th {
font-size: 0.875em;
color: var(--color-base--subtle);
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);
}