Duplicate css for applying to mx_EditableText classes so it works with ChangeDisplayName
parent
73d9ef54c3
commit
d3938220cf
|
@ -97,6 +97,16 @@ limitations under the License.
|
||||||
font-size: 16px;
|
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 {
|
.mx_UserSettings_notifInputCell {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding-bottom: 21px;
|
padding-bottom: 21px;
|
||||||
|
|
Loading…
Reference in New Issue