mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-80183 message: render user online status as an accessible icon.
This commit is contained in:
parent
d3ad77e476
commit
45f83c203f
7 changed files with 22 additions and 24 deletions
|
@ -31565,14 +31565,10 @@ a.ygtvspacer:hover {
|
|||
.message-app .contact-status {
|
||||
position: absolute;
|
||||
left: 39px;
|
||||
top: 39px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
top: 34px;
|
||||
}
|
||||
.message-app .contact-status.online {
|
||||
border: 1px solid #fff;
|
||||
background-color: #357a32;
|
||||
.message-app .contact-status.online .icon {
|
||||
color: #357a32;
|
||||
}
|
||||
.message-app .message p {
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue