File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
src/skins/vector/css/matrix-react-sdk/views Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ limitations under the License.
60
60
}
61
61
62
62
.mx_ChatInviteDialog_queryListElement .mx_ChatInviteDialog_selected {
63
- background-color : # ddd ; /* selected colour */
63
+ background-color : # eaf5f0 ; /* selected colour */
64
64
}
65
65
66
66
.mx_ChatInviteDialog_queryListElement .mx_ChatInviteDialog_selected .mx_AddressTile {
67
- background-color : # ddd ; /* selected colour */
68
- border : solid 1px # ddd ; /* selected colour */
67
+ background-color : # eaf5f0 ; /* selected colour */
68
+ border : solid 1px # eaf5f0 ; /* selected colour */
69
69
}
70
70
71
71
.mx_ChatInviteDialog_cancel {
Original file line number Diff line number Diff line change @@ -39,11 +39,25 @@ limitations under the License.
39
39
font-weight : 600 ;
40
40
}
41
41
42
+ .mx_AddressTile_name .mx_AddressTile_justified {
43
+ width : 120px ;
44
+ overflow : hidden;
45
+ white-space : nowrap;
46
+ text-overflow : ellipsis;
47
+ }
48
+
42
49
.mx_AddressTile_id {
43
50
display : inline-block;
44
51
padding-right : 11px ;
45
52
}
46
53
54
+ .mx_AddressTile_id .mx_AddressTile_justified {
55
+ width : 200px ;
56
+ overflow : hidden;
57
+ white-space : nowrap;
58
+ text-overflow : ellipsis;
59
+ }
60
+
47
61
.mx_AddressTile_dismiss {
48
62
display : inline-block;
49
63
padding-right : 11px ;
You can’t perform that action at this time.
0 commit comments