Contacts app translations

This commit is contained in:
yflory
2017-07-17 18:34:46 +02:00
parent 73e32f273e
commit aa8181ab2b
4 changed files with 41 additions and 26 deletions

View File

@@ -119,11 +119,8 @@ body .userlist-drawer {
}
}
.friend {
display: flex;
text-align: right;
&:hover {
background-color: rgba(0, 0, 0, 0.1);
}
display: inline-block;
width: 20px;
}
}
@@ -136,6 +133,11 @@ body {
background-color: darken(@bgcolor, 10%);
color: @color;
}
.friend {
&:hover {
color: darken(@color, 15%);
}
}
}
.cryptpad-toolbar {
background-color: @bgcolor;