Make unverified encrypted events red and verified ones green

pull/1610/head
Richard van der Hoff 2016-06-08 17:03:54 +01:00
parent e24851456a
commit 5f29729e82
1 changed files with 8 additions and 0 deletions

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;