Make unverified encrypted events red and verified ones green

This commit is contained in:
Richard van der Hoff 2016-06-08 17:03:54 +01:00
parent e24851456a
commit 5f29729e82

View file

@ -36,6 +36,14 @@ limitations under the License.
margin-top: 8px ! important;
}
.mx_EventTile_verified {
background-color: #eaf5f0;
}
.mx_EventTile_unverified {
background-color: #ffa0a0;
}
.mx_EventTile .mx_SenderProfile {
color: #454545;
opacity: 0.5;