MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
(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;
}
}