Duplicate css for applying to mx_EditableText classes so it works with ChangeDisplayName

pull/581/head
Kegan Dougal 2015-12-23 14:13:24 +00:00
parent 73d9ef54c3
commit d3938220cf
1 changed files with 10 additions and 0 deletions

View File

@ -97,6 +97,16 @@ limitations under the License.
font-size: 16px;
}
.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-size: 16px;
}
.mx_UserSettings_notifInputCell {
display: table-cell;
padding-bottom: 21px;