some corrections for mxtoolbox.com
Link to all tools on one page: https://mxtoolbox.com/NetworkTools.aspx
mxtoolbox.com - corrections by d3n1c1d3
Details
Authord3n1c1d3
LicenseNo License
Categorymxtoolbox.com
Created
Updated
Size502 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Change Log
2024-02-12
style created for dmarc report analyzer
https://mxtoolbox.com/DmarcReportAnalyzer.aspx
Source code
/* ==UserStyle==
@name mxtoolbox.com - corrections
@namespace github.com/openstyles/stylus
@version 2024-02-12.09.31
@description some corrections for mxtoolbox.com
@author d3n1c1d3
==/UserStyle== */
@-moz-document domain("mxtoolbox.com") {
/* Insert code here... */
table.dmarc-table {
border-spacing: 5px;
border-collapse: separate;
}
.dmarc-table .dmarc-table-item:hover,
.dmarc-table .dmarc-table-item:hover td {
cursor: auto;
}
}