MediaWiki:Common.css: Difference between revisions

Added highlighting for 'lighttable' elements
No edit summary
(Added highlighting for 'lighttable' elements)
Line 4: Line 4:
   position: -webkit-sticky;
   position: -webkit-sticky;
   position: sticky;
   position: sticky;
}
table.lighttable .highlight-over {
    background-color: #ccc;
}
table.lighttable .highlight-on {
    background-color: #cfc;
}
}