From 177fba360ddf5153a0b59f53d8e770656cca9717 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 15 Feb 2016 11:13:24 +0200 Subject: [PATCH] shrink 3pid invite placeholder text --- .../css/matrix-react-sdk/views/rooms/SearchableEntityList.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/SearchableEntityList.css b/src/skins/vector/css/matrix-react-sdk/views/rooms/SearchableEntityList.css index 3e88508cd..0d7639bfc 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/SearchableEntityList.css +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/SearchableEntityList.css @@ -37,11 +37,13 @@ limitations under the License. .mx_SearchableEntityList_query::-moz-placeholder { color: #454545; opacity: 0.5; + font-size: 12px; } .mx_SearchableEntityList_query::-webkit-input-placeholder { color: #454545; opacity: 0.5; + font-size: 12px; } .mx_SearchableEntityList_listWrapper {