File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
src/skins/vector/css/matrix-react-sdk/views/dialogs Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ limitations under the License.
16
16
17
17
/* Using a textarea for this element, to circumvent autofill */
18
18
.mx_ChatInviteDialog_input ,
19
- .mx_ChatInviteDialog_input : focus {
19
+ .mx_ChatInviteDialog_input : focus
20
+ {
20
21
line-height : 34px ;
21
22
font-size : 14px ;
22
23
padding-left : 12px ;
@@ -58,6 +59,15 @@ limitations under the License.
58
59
border : solid 1px # fff ;
59
60
}
60
61
62
+ .mx_ChatInviteDialog_queryListElement .mx_ChatInviteDialog_selected {
63
+ background-color : # ddd ; /* selected colour */
64
+ }
65
+
66
+ .mx_ChatInviteDialog_queryListElement .mx_ChatInviteDialog_selected .mx_AddressTile {
67
+ background-color : # ddd ; /* selected colour */
68
+ border : solid 1px # ddd ; /* selected colour */
69
+ }
70
+
61
71
.mx_ChatInviteDialog_cancel {
62
72
position : absolute;
63
73
right : 11px ;
You can’t perform that action at this time.
0 commit comments