mirror of https://github.com/vector-im/riot-web
Added query to CSS and removed nolonger used SearchableEntityList
parent
2a85b2271c
commit
a1e3ec1d19
|
@ -52,15 +52,29 @@ limitations under the License.
|
||||||
flex: 1 1 0px;
|
flex: 1 1 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList .mx_SearchableEntityList {
|
.mx_MemberList_query {
|
||||||
order: 1;
|
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||||
flex: 0 0 auto;
|
border-radius: 3px;
|
||||||
-webkit-flex: 0 0 auto;
|
border: 1px solid #f0f0f0;
|
||||||
|
padding: 9px;
|
||||||
|
color: #454545;
|
||||||
|
background-color: #fff;
|
||||||
|
margin-left: 3px;
|
||||||
|
font-size: 15px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
width: 189px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList .mx_SearchableEntityList_expanded {
|
.mx_MemberList_query::-moz-placeholder {
|
||||||
flex: 1 0 0;
|
color: #454545;
|
||||||
-webkit-flex: 1 0 0;
|
opacity: 0.5;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_MemberList_query::-webkit-input-placeholder {
|
||||||
|
color: #454545;
|
||||||
|
opacity: 0.5;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList_joined {
|
.mx_MemberList_joined {
|
||||||
|
|
Loading…
Reference in New Issue