xref: /plugin/lastseen/style.css (revision 51e72b81450b695de7d55fc5789cf4f3555d8e81)
1/* Last Seen plugin — admin table styling */
2
3.plugin_lastseen .lastseen_rel {
4    color: __text_alt__;
5    font-size: 90%;
6}
7
8.plugin_lastseen .lastseen_never {
9    color: __text_alt__;
10    font-style: italic;
11}
12
13.lastseen_count {
14    color: __text_alt__;
15    font-size: 90%;
16}
17