File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ This project is licensed under the GPL3 License.
169169
170170Release pending
171171
172+ * Changed: Styling of Comment Notification Checkbox
172173* Changed: Envira Lightbox / Position of Close & Next Icons
173174
174175### 101
You can’t perform that action at this time.
0 commit comments