MediaWiki:Common.css: Difference between revisions

228 bytes added ,  17:59, 18 January 2021
m
tweak to border styles
(add styles for willpower/cooldown tables)
m (tweak to border styles)
Line 2,194: Line 2,194:
}
}
.willpower-cooldown-table .cd-cd-cell:last-child {
.willpower-cooldown-table .cd-cd-cell:last-child {
    border-right: none;
}
.willpower-cooldown-table .cd-cd-header {
    border-right: 2px solid var(--qud-color-y-dark);
    background: var(--wikitable-header-background);
}
.willpower-cooldown-table .cd-cd-header:last-child {
     border-right: none;
     border-right: none;
}
}