Mark the “click to show” area if a hidden post is new.
[Sone.git] / src / main / resources / static / css / sone.css
index b05a1f1..3358399 100644 (file)
@@ -216,6 +216,10 @@ textarea {
        cursor: pointer;
 }
 
+#sone .post .replies .click-to-show.new {
+       background-color: #ffffa0;
+}
+
 #sone .post .reply > .avatar {
        position: absolute;
 }
@@ -234,6 +238,10 @@ textarea {
        padding: 1ex;
 }
 
+#sone .post .reply.new {
+       background-color: #ffffa0;
+}
+
 #sone .post .reply .time {
        float: none;
        display: inline;