added max limit for macros

This commit is contained in:
sanjayk03-dev
2024-01-29 03:50:48 +05:30
parent a11def9c54
commit 2a1182db56
3 changed files with 43 additions and 7 deletions

View File

@@ -689,10 +689,35 @@ span.unit
display none
clear both
> input:checked ~ section
display none
> input:checked ~ label + label ~ section
> #tab1:checked ~ #content1,
> #tab2:checked ~ #content2,
> #tab3:checked ~ #content3,
> #tab4:checked ~ #content4,
> #tab5:checked ~ #content5,
> #tab6:checked ~ #content6,
> #tab7:checked ~ #content7,
> #tab8:checked ~ #content8,
> #tab9:checked ~ #content9,
> #tab10:checked ~ #content10,
> #tab11:checked ~ #content11,
> #tab12:checked ~ #content12,
> #tab13:checked ~ #content13,
> #tab14:checked ~ #content14,
> #tab15:checked ~ #content15,
> #tab16:checked ~ #content16,
> #tab17:checked ~ #content17,
> #tab18:checked ~ #content18,
> #tab19:checked ~ #content19,
> #tab21:checked ~ #content21,
> #tab22:checked ~ #content22,
> #tab23:checked ~ #content23,
> #tab24:checked ~ #content24,
> #tab25:checked ~ #content25,
> #tab26:checked ~ #content26,
> #tab27:checked ~ #content27,
> #tab28:checked ~ #content28,
> #tab29:checked ~ #content29,
> #tab30:checked ~ #content30,
display block
[id^="tab"]:checked + label