mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20:08 +00:00
Username is no longer encapsulated in a <strong>
This commit is contained in:
parent
e0f6b53b63
commit
92d63b9124
@ -91,7 +91,7 @@ public function getFormattedUsername() {
|
||||
$username .= ' -> '.$message['username'];
|
||||
}
|
||||
|
||||
return '<strong>'.$username.'</strong>';
|
||||
return $username;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -40,6 +40,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.username {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&.unloaded {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user