MediaWiki:Group-patroller.css
Kaonekelo
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Show hidden items that have class="patroller-show". */
div.patroller-show,
p.patroller-show {
display: block !important;
}
span.patroller-show,
small.patroller-show {
display: inline !important;
}
table.patroller-show {
display: table !important;
}
li.patroller-show {
display: list-item !important;
}
.unconfirmed-show {
display: none !important;
}