summaryrefslogtreecommitdiff
path: root/static/custom.css
diff options
context:
space:
mode:
authorhorus_arch2016-11-23 20:18:43 +0100
committerhorus_arch2016-11-23 20:18:43 +0100
commitdbe08e91f1f931d9943b17748729aa0f03b3a003 (patch)
tree03bca82ac14756843bb66c8a5337fb9067c79bc3 /static/custom.css
parentc1446967ade3a0be1879090c3915d7646518fd14 (diff)
downloadiamfabulous.de-dbe08e91f1f931d9943b17748729aa0f03b3a003.tar.gz
Adds honey pot field to the contact form.
Diffstat (limited to 'static/custom.css')
-rw-r--r--static/custom.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/custom.css b/static/custom.css
index 661e2a8..807ab55 100644
--- a/static/custom.css
+++ b/static/custom.css
@@ -162,4 +162,8 @@ select:focus {
background-color: #efefef;
border: 1px solid #e0e0e0 !important;
box-shadow: 0 0 2px #ddd !important;
- }
+}
+/* detectes robots */
+.hp {
+ display: none;
+}