Add away indicator

This commit is contained in:
Simon Ser
2020-06-26 12:45:27 +02:00
parent c59a8ff63c
commit 0bd2e10631
4 changed files with 26 additions and 2 deletions

View File

@@ -51,6 +51,13 @@ body {
border-bottom: 1px solid #e3e3e3;
}
#topbar .status-here {
color: green;
}
#topbar .status-gone {
color: orange;
}
#topbar .actions {
float: right;
}