/*! * mw-datatable styles used by TablePager. * These were previously available through legacy.less and are still imported there. * After legacy.less has been removed, this file can be merged into TablePager.less. */ .mw-datatable { border: 1px solid #a2a9b1; border-collapse: collapse; td, th { border: 1px solid #a2a9b1; padding: 0.2em 0.4em; } th { background-color: #eaeeff; } td { background-color: #fff; } tr:hover td { background-color: #eaf3ff; } }