From 388eb1ff4cd88bd857922a73663510db42112179 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 28 Dec 2015 01:38:14 +0000 Subject: [PATCH] use Open Sans, and fix duplication --- src/skins/vector/css/organisms/UserSettings.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/skins/vector/css/organisms/UserSettings.css b/src/skins/vector/css/organisms/UserSettings.css index 7d1557e9d..d4f94adde 100644 --- a/src/skins/vector/css/organisms/UserSettings.css +++ b/src/skins/vector/css/organisms/UserSettings.css @@ -94,23 +94,15 @@ limitations under the License. width: 240px; } -.mx_UserSettings_profileInputCell input { - border: 0px; - border-bottom: 1px solid rgba(151, 151, 151, 0.5); - padding: 0px; - width: 240px; - color: rgba(74, 74, 74, 0.9); - font-family: 'Myriad Pro', Helvetica, Arial, Sans-Serif; - font-size: 16px; -} - +.mx_UserSettings_profileInputCell input, .mx_UserSettings_profileInputCell .mx_EditableText { +{ border: 0px; border-bottom: 1px solid rgba(151, 151, 151, 0.5); padding: 0px; width: 240px; color: rgba(74, 74, 74, 0.9); - font-family: 'Myriad Pro', Helvetica, Arial, Sans-Serif; + font-family: 'Open Sans', Helvetica, Arial, Sans-Serif; font-size: 16px; } @@ -162,4 +154,4 @@ limitations under the License. .mx_UserSettings_avatarPicker_img > img { display: block; margin: 0 auto; -} \ No newline at end of file +}