Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-08-10 21:39:57 +0300
committerVincent Tam <sere@live.hk>2019-08-10 21:39:57 +0300
commit892d8e99e7b7a35bcb4846832fef226c3866d3fa (patch)
treeff3cbffeb1f8ba74640773e78832289540254912
parent0f6797ab33e1a73d6673ad5523384ad41cfa98a1 (diff)
Improved CSS with normal reply arrow
-rw-r--r--assets/css/staticman.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/staticman.css b/assets/css/staticman.css
index 89c5edc..b801e9c 100644
--- a/assets/css/staticman.css
+++ b/assets/css/staticman.css
@@ -62,11 +62,11 @@
margin-left: 1.5rem;
}
-.staticman-comments .reply-target::before {
+.staticman-comments .static-comment-reply .comment-author::after {
content: ' ↷ ';
}
-.staticman-comments p.reply-notice img.comment-avatar {
+.staticman-comments .reply-notice .comment-avatar {
display: inline-block;
float: none;
width: 2rem;
@@ -74,12 +74,12 @@
margin: 0 .6rem;
}
-.staticman-comments a.close-btn {
+.staticman-comments .close-btn {
margin: 0 .6rem;
color: #c34853;
}
-.staticman-comments a.close-btn:hover {
+.staticman-comments .close-btn:hover {
text-decoration: none;
}
@@ -88,6 +88,6 @@
cursor: not-allowed;
}
-.staticman-comments .js-notice .hidden, .staticman-comments input[type="submit"].hidden, .staticman-comments p.reply-notice.hidden {
+.staticman-comments .js-notice .hidden, .staticman-comments input[type="submit"].hidden, .staticman-comments .reply-notice.hidden {
display: none;
}