mirror of
https://github.com/pi-hole/web.git
synced 2026-02-14 23:19:00 +00:00
Make DNSSEC icon conditional in Queries Log (redo of https://github.com/pi-hole/web/pull/3399/) (#3535)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user