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

From PsiForum
Jump to navigation Jump to search
(Imported page)
(No difference)

Revision as of 17:32, 6 December 2021

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