Thanks for the reply apljdi, but this didn’t work for me, that is adding the font line to style sheet you mentioned.
in wp-admin.css, I inserted a ‘font-size: 18px’ line in the following code:
textarea,
input,
select {
border-width: 1px;
border-style: solid;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-size: 18px;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
border: 0 none;
}
p,
ul,
ol,
blockquote,
input,
select {
font-size: 12px;
}
nothing changed in my editor.
I am running WP ver 2.8.5