New: Use a monospace font in Custom CSS Box

This commit is contained in:
lscambo13
2025-01-19 20:02:46 +05:30
parent 401f20e45b
commit 29160bd92c

View File

@@ -1460,6 +1460,10 @@ div[data-role=controlgroup] a.ui-btn-active {
background-color: rgb(255 255 255 / 5%);
}
.emby-textarea{
font-family: consolas;
}
.emby-select-withcolor,
.emby-select,
.emby-input,