Contacts app translations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user