summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-08-13 14:31:48 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-08-13 14:31:48 +0100
commit55944ccf72882ae83dcf17a8013c63c49e51581d (patch)
treed90dad63a3af61032c6b10934d1b09aba9cee3fa /webclient/app.css
parentverbose by default please (diff)
downloadsynapse-55944ccf72882ae83dcf17a8013c63c49e51581d.tar.xz
Use strings instead of opaque magic-number constants for presence states; rename AWAY to UNAVAILABLE
Diffstat (limited to 'webclient/app.css')
-rw-r--r--webclient/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css

index 9a46613d49..15b6c91300 100644 --- a/webclient/app.css +++ b/webclient/app.css
@@ -106,7 +106,7 @@ h1 { background-color: #38AF00; } -.away { +.unavailable { background-color: #FFCC00; }