Template:Import-blanktable/styles.css
From The Goon Show Depository
< Template:Import-blanktable
Revision as of 09:27, 11 October 2021 by en>Pppery
/** {{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;
}