mirror of https://github.com/zulip/zulip.git
Make the presence images have more semantic names.
(imported from commit 9de1a4183b575fb3d88498bd0b17bd566aec2da4)
This commit is contained in:
parent
0f798c7783
commit
feef28da59
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 269 B |
|
@ -103,7 +103,7 @@ a:hover code {
|
|||
margin-left: 0px;
|
||||
}
|
||||
#user_presences li.active-icon:before {
|
||||
content: url(/static/images/green-dot.png);
|
||||
content: url(/static/images/presence/user-active.png);
|
||||
margin-right: 6px; /* +9px image = 15px */
|
||||
}
|
||||
|
||||
|
@ -111,7 +111,7 @@ a:hover code {
|
|||
margin-left: 0px;
|
||||
}
|
||||
#user_presences li.away-icon:before {
|
||||
content: url(/static/images/orange-dot.png);
|
||||
content: url(/static/images/presence/user-away.png);
|
||||
margin-right: 6px; /* +9px image = 15px */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue