css: don't use monospace font for textareas.
This changes the font in text input boxes (including the tag edit box) from monospace to Verdana.
This commit is contained in:
@@ -56,6 +56,11 @@ input, select, textarea {
|
|||||||
border: var(--form-input-border);
|
border: var(--form-input-border);
|
||||||
color: var(--form-input-text-color);
|
color: var(--form-input-text-color);
|
||||||
padding-left: 0.25em;
|
padding-left: 0.25em;
|
||||||
|
font: var(--body-font);
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
font-size: var(--text-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="button"], input[type="submit"], button {
|
input[type="button"], input[type="submit"], button {
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ form.simple_form {
|
|||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|||||||
@@ -535,10 +535,6 @@ div#unapprove-dialog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea[data-autocomplete="tag-edit"] {
|
|
||||||
font-family: monospace;
|
|
||||||
}
|
|
||||||
|
|
||||||
#add-commentary-dialog {
|
#add-commentary-dialog {
|
||||||
input {
|
input {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
|||||||
Reference in New Issue
Block a user