Template:Import-blanktable/styles.css

From PsiForum
< Template:Import-blanktable
Revision as of 17:32, 6 December 2021 by Tachyony (talk | contribs) (Imported page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/** {{pp-template}}
 * Inspired by the mw-datatable class in MediaWiki.
 *
 * Created in 2021 following https://phabricator.wikimedia.org/T287997.
 */

.tpl-blanktable {
    background: #fff;
}
.tpl-blanktable tr:hover {
    background: #eaf3ff;
}