mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
It's not really a part of the server (aka the rest of zephyr/). (imported from commit 27f6b6b064938ad927075a68d873e4b68710d279)
30 lines
486 B
CSS
30 lines
486 B
CSS
.activity_head {
|
|
background-color: aliceblue;
|
|
}
|
|
|
|
.table td {
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.table-striped tr.recently_active td {
|
|
background-color: #afa;
|
|
}
|
|
|
|
.table-striped tr.recently_active:nth-child(odd) td {
|
|
background-color: #9e9;
|
|
}
|
|
|
|
.table-striped tr.long_inactive td {
|
|
background-color: #faa;
|
|
}
|
|
|
|
.table-striped tr.long_inactive:nth-child(odd) td {
|
|
background-color: #e99;
|
|
}
|
|
|
|
td.number {
|
|
text-align: right;
|
|
}
|