mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-14 18:21:12 +02:00
Initial highlighting selected address - styling not final
This commit is contained in:
parent
e3d5ca34c8
commit
c0ce7663a9
@ -16,7 +16,8 @@ limitations under the License.
|
||||
|
||||
/* Using a textarea for this element, to circumvent autofill */
|
||||
.mx_ChatInviteDialog_input,
|
||||
.mx_ChatInviteDialog_input:focus {
|
||||
.mx_ChatInviteDialog_input:focus
|
||||
{
|
||||
line-height: 34px;
|
||||
font-size: 14px;
|
||||
padding-left: 12px;
|
||||
@ -58,6 +59,15 @@ limitations under the License.
|
||||
border: solid 1px #fff;
|
||||
}
|
||||
|
||||
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
|
||||
background-color: #ddd; /* selected colour */
|
||||
}
|
||||
|
||||
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
|
||||
background-color: #ddd; /* selected colour */
|
||||
border: solid 1px #ddd; /* selected colour */
|
||||
}
|
||||
|
||||
.mx_ChatInviteDialog_cancel {
|
||||
position: absolute;
|
||||
right: 11px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user