mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
use Open Sans, and fix duplication
This commit is contained in:
parent
647c01fe2a
commit
388eb1ff4c
@ -94,23 +94,15 @@ limitations under the License.
|
|||||||
width: 240px;
|
width: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserSettings_profileInputCell input {
|
.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 .mx_EditableText {
|
.mx_UserSettings_profileInputCell .mx_EditableText {
|
||||||
|
{
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-bottom: 1px solid rgba(151, 151, 151, 0.5);
|
border-bottom: 1px solid rgba(151, 151, 151, 0.5);
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
color: rgba(74, 74, 74, 0.9);
|
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;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user