Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,197
edits
(attempt to use css variables, this is probably way overcomplicated (and maybe it won't work)) |
(padding fix for citizen skin) |
||
Line 28: | Line 28: | ||
--missing: var(--missing-d); | --missing: var(--missing-d); | ||
--corrupt: var(--corrupt-d); | --corrupt: var(--corrupt-d); | ||
} | |||
html.skin-citizen-dark .b9s-table td { | |||
padding: 10px; /* default padding is 10px 20px 10px 0 but it looks weird with bg colors */ | |||
} | } | ||