DKIM selectors where queried separatedly
This commit is contained in:
@@ -1212,6 +1212,26 @@ button {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
.dw-dns-missing {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.dw-dns-missing summary {
|
||||
color: var(--dw-muted);
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.dw-dns-missing-list {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
margin-top: 8px;
|
||||
max-height: 220px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.dw-panel-title {
|
||||
color: var(--dw-text);
|
||||
font-size: 20px;
|
||||
|
||||
Reference in New Issue
Block a user