diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index f05ad518e..0afb4b38d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1122,6 +1122,10 @@ input[type="text"]:focus { background: #e4ecf5; color:#333333; } +.input_textarea.monospace { + font-family:Monaco,"Courier New",Courier,monospace; + font-size:13px; +} a.longtext_control { float:right; margin-left:14px; |