Staticman - try to avoid spam by using javascript to write the form action (#521)

This commit is contained in:
Vincent Tam 2019-07-31 04:24:50 +02:00 committed by Dean Attali
parent 35647fdad5
commit c74b5030c6
4 changed files with 66 additions and 57 deletions

View file

@ -66,13 +66,6 @@
.staticman-comments .form {
position: relative;
}
/*
Disabled state
========================================================================== */
.staticman-comments input[disabled][disabled], .staticman-comments textarea[disabled], .staticman-comments input[readonly][readonly], .staticman-comments textarea[readonly] {
opacity: 0.5;
cursor: not-allowed;
}
/*
Focus & active state
========================================================================== */