mirror of https://github.com/vector-im/riot-web
shrink 3pid invite placeholder text
parent
ad9935739c
commit
177fba360d
|
@ -37,11 +37,13 @@ limitations under the License.
|
||||||
.mx_SearchableEntityList_query::-moz-placeholder {
|
.mx_SearchableEntityList_query::-moz-placeholder {
|
||||||
color: #454545;
|
color: #454545;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_SearchableEntityList_query::-webkit-input-placeholder {
|
.mx_SearchableEntityList_query::-webkit-input-placeholder {
|
||||||
color: #454545;
|
color: #454545;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_SearchableEntityList_listWrapper {
|
.mx_SearchableEntityList_listWrapper {
|
||||||
|
|
Loading…
Reference in New Issue