Fix: add macos compatible fallback fonts for textarea (#64)
Co-authored-by: lscambo13 <32175188+lscambo13@users.noreply.github.com>
This commit is contained in:
parent
110e628007
commit
6847cad1ce
1 changed files with 2 additions and 2 deletions
|
|
@ -2888,7 +2888,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
font-family: consolas;
|
font-family: consolas, monaco, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-select-withcolor,
|
.emby-select-withcolor,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue