Design tweaks for alignment
parent
75c81b369f
commit
cc720b9797
|
@ -59,7 +59,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_ChatInviteDialog_queryListElement .mx_AddressTile {
|
.mx_ChatInviteDialog_queryListElement .mx_AddressTile {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 0;
|
border: solid 1px #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
|
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
|
||||||
|
@ -68,6 +68,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
|
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
|
||||||
background-color: #eaf5f0; /* selected colour */
|
background-color: #eaf5f0; /* selected colour */
|
||||||
|
border: solid 1px #eaf5f0; /* selected colour */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ChatInviteDialog_cancel {
|
.mx_ChatInviteDialog_cancel {
|
||||||
|
|
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: rgba(74, 73, 74, 0.1);
|
background-color: rgba(74, 73, 74, 0.1);
|
||||||
border: solid 1px #f0f0f0;
|
border: solid 1px #f0f0f0;
|
||||||
line-height: 27px;
|
line-height: 26px;
|
||||||
color: #454545;
|
color: #454545;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -72,6 +72,7 @@ limitations under the License.
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-right: 11px;
|
padding-right: 11px;
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AddressTile_dismiss object {
|
.mx_AddressTile_dismiss object {
|
||||||
|
|
Loading…
Reference in New Issue