Use different notifications for local elements.
[Sone.git] / src / main / resources / static / css / sone.css
index c0a7b6d..ae38d7d 100644 (file)
@@ -143,6 +143,10 @@ textarea {
        display: none;
 }
 
+#sone #notification-area #local-post-notification, #sone #notification-area #local-reply-notification {
+       display: none;
+} 
+
 #sone #plugin-warning {
        border: solid 0.5em red;
        padding: 0.5em;