Template:Import-blanktable/styles.css: Difference between revisions

From WikiCigar
Jump to navigation Jump to search
en>Pppery
(Prot template)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 10:35, 18 December 2022

/** {{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;
}