Initial highlighting selected address - styling not final
parent
e3d5ca34c8
commit
c0ce7663a9
|
@ -16,7 +16,8 @@ limitations under the License.
|
||||||
|
|
||||||
/* Using a textarea for this element, to circumvent autofill */
|
/* Using a textarea for this element, to circumvent autofill */
|
||||||
.mx_ChatInviteDialog_input,
|
.mx_ChatInviteDialog_input,
|
||||||
.mx_ChatInviteDialog_input:focus {
|
.mx_ChatInviteDialog_input:focus
|
||||||
|
{
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
|
@ -58,6 +59,15 @@ limitations under the License.
|
||||||
border: solid 1px #fff;
|
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 {
|
.mx_ChatInviteDialog_cancel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 11px;
|
right: 11px;
|
||||||
|
|
Loading…
Reference in New Issue