Template:Import-blanktable/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Imported page) |
|||
| Line 4: | Line 4: | ||
* Created in 2021 following https://phabricator.wikimedia.org/T287997. | * Created in 2021 following https://phabricator.wikimedia.org/T287997. | ||
*/ | */ | ||
| − | |||
.tpl-blanktable { | .tpl-blanktable { | ||
background: #fff; | background: #fff; | ||
Latest revision as of 03:52, 20 January 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;
}