#271: Monospace font family for text area inputs
--------------------------+-------------------------
Reporter: olemis | Owner: mudri
Type: enhancement | Status: assigned
Priority: trivial | Milestone:
Component: ui design | Version:
Resolution: | Keywords: css starter
--------------------------+-------------------------
Comment (by mudri):
{{{
#!css
Index: bloodhound_theme/bhtheme/htdocs/bloodhound.css
===================================================================
--- bloodhound_theme/bhtheme/htdocs/bloodhound.css (revision 1505634)
+++ bloodhound_theme/bhtheme/htdocs/bloodhound.css (working copy)
@@ -1281,3 +1281,8 @@
input[type="radio"]:not(:checked) + label span {
text-decoration:underline;
}
+
+#content textarea,
+.popover-content textarea {
+ font-family: monospace;
+}
}}}
Slightly better. Targets description, comments and wiki editors only.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/271#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker