Initial highlighting selected address - styling not final

pull/2110/head
wmwragg 2016-09-06 16:39:38 +01:00
parent e3d5ca34c8
commit c0ce7663a9
1 changed files with 11 additions and 1 deletions

View File

@ -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;