Skip to content

Commit 74da3b0

Browse files
authored
Merge pull request #23 from circuscode/develop
Notify Me Checkbox Style
2 parents e353467 + 0d52ae1 commit 74da3b0

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

assets/css/elsa.css

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,44 @@ p:has(.more-link) {
331331
.comment-form .lstc-label {
332332
display:inline;
333333
position:relative;
334-
top:2px;
334+
top:-2px;
335335
left:2px;
336+
margin-left:5px;
336337
}
338+
339+
.cnns-comment-subscription {
340+
margin-top:20px;
341+
margin-bottom:20px;
342+
}
343+
344+
.cnns-comment-subscription input[type="checkbox"] {
345+
width:17px;
346+
height:17px;
347+
margin:0;
348+
padding:0;
349+
appearance: none;
350+
-webkit-appearance: none;
351+
display: inline-flex;
352+
align-content: center;
353+
justify-content: center;
354+
font-size: 2rem;
355+
border: 1px solid #949494;
356+
border-radius: 0rem;
357+
}
358+
359+
.cnns-comment-subscription input[type="checkbox"]::before {
360+
width:15px;
361+
height:15px;
362+
margin-top:0px;
363+
content: "";
364+
transform: scale(0);
365+
background-color: #DB7093;
366+
}
367+
368+
.cnns-comment-subscription input[type="checkbox"]:checked::before {
369+
transform: scale(1);
370+
}
371+
337372
.comment-notes {
338373
margin:0;
339374
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ This project is licensed under the GPL3 License.
169169

170170
Release pending
171171

172+
* Changed: Styling of Comment Notification Checkbox
172173
* Changed: Envira Lightbox / Position of Close & Next Icons
173174

174175
### 101

0 commit comments

Comments
 (0)