Make DNSSEC icon conditional in Queries Log (redo of https://github.com/pi-hole/web/pull/3399/) (#3535)

This commit is contained in:
Adam Warner
2025-10-04 15:33:59 +01:00
committed by GitHub
2 changed files with 32 additions and 9 deletions

View File

@@ -1603,3 +1603,13 @@ textarea.field-sizing-content {
opacity: 0;
transition: opacity 200ms ease-in-out;
}
/* Used in query log page */
td.dnssec {
padding-inline-start: 2.25em !important;
text-indent: -1.25em;
}
td.dnssec i {
text-indent: 0;
margin-left: -0.5rem;
}