summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-common.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-04-22 17:29:16 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-04-22 17:29:16 +0200
commit8b3f70bb164aec17b81b7dead02be6165ddfd274 (patch)
tree6bbdc88bad4f6aed29f97e40b444b12a575d9481 /hyperkitty/static/css/hyperkitty-common.css
parent3f3a020c1fd2fcfdda3a9514e1ef7375ccccc71f (diff)
downloadhyperkitty-8b3f70bb164aec17b81b7dead02be6165ddfd274.tar.gz
hyperkitty-8b3f70bb164aec17b81b7dead02be6165ddfd274.tar.xz
hyperkitty-8b3f70bb164aec17b81b7dead02be6165ddfd274.zip
Add a warning when replying while not subscribed
Ticket: #46
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-common.css11
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;
+}