From 41b0c8e5ca9469f782e121ca985f19de02c15cda Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 13 Feb 2019 00:51:03 -0500 Subject: [PATCH] checkbox.scss: add commento- prefix --- frontend/dashboard.html | 16 ++++++++-------- frontend/sass/checkbox.scss | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/dashboard.html b/frontend/dashboard.html index 35f4677..4c4d344 100644 --- a/frontend/dashboard.html +++ b/frontend/dashboard.html @@ -163,32 +163,32 @@
-
- +
+
Commento uses Akismet's advanced spam detection to automatically identify and remove spam comments. This is strongly recommended. Requires backend configuration.
-
- +
+
Enabling this would require a moderator to approve all comments. This is generally recommended if your site doesn't receive too much traffic.
-
- +
+
Enabling this would allow your readers to comment anonymously. Disabling would require the to authenticate themselves (using their Google account, for example). Recommended.
-
- +
+
Enabling this would require a moderator to approve all anonymous comments. This is recommended if most of your spam comments are from anonymous users. diff --git a/frontend/sass/checkbox.scss b/frontend/sass/checkbox.scss index 2061045..66a9632 100644 --- a/frontend/sass/checkbox.scss +++ b/frontend/sass/checkbox.scss @@ -1,6 +1,6 @@ @import "colors-main.scss"; -.round-check { +.commento-round-check { input[type="checkbox"] { display: none; }