MediaWiki:Common.css: Difference between revisions

From Melvor Idle
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;
}
}

Revision as of 14:28, 29 October 2020

/* CSS placed here will be applied to all skins */

.stickyHeader th {
  position: -webkit-sticky;
  position: sticky;
}

table.lighttable .highlight-over {
    background-color: #ccc;
}

table.lighttable .highlight-on {
    background-color: #cfc;
}