diff options
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-common.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 5bfcdb4..7850b94 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -245,3 +245,14 @@ a.reply.disabled { .new-thread-form textarea { width: 90%; } + + +/* + * Common to both + */ + +.reply-form .note, +.new-thread-form .note { + color: #666666; + font-style: italic; +} |