Added query to CSS and removed nolonger used SearchableEntityList

pull/2211/head
wmwragg 2016-09-15 11:30:46 +01:00
parent 2a85b2271c
commit a1e3ec1d19
1 changed files with 21 additions and 7 deletions

View File

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