So, I did find this with the "Inspector".
body.a11y_highlight a, body.a11y_highlight .header-item-content {
border: 1px dotted red;
padding: 3px;
text-decoration: underline !important;
}
Turning off the border attribute did remove the red outlines. However, I cannot find this code in "/media/templates/administrator/atum/css/template.min.css" in template "atum".
I used the search and it did highlight the first line of code but there is no attribute for the border that I can see.
Here is the first line of code from template.min.css in atum.
:root,[data-bs-theme=light]{--card-bg:#ffffffb3;--card-color:var(--template-bg-dark-60);--bluegray:#b2bfcd;--lightbluegray:#f6f9fc;--toolbar-bg:#fff;--success-border:var(--success)
body.a11y_highlight a, body.a11y_highlight .header-item-content {
border: 1px dotted red;
padding: 3px;
text-decoration: underline !important;
}
Turning off the border attribute did remove the red outlines. However, I cannot find this code in "/media/templates/administrator/atum/css/template.min.css" in template "atum".
I used the search and it did highlight the first line of code but there is no attribute for the border that I can see.
Here is the first line of code from template.min.css in atum.
:root,[data-bs-theme=light]{--card-bg:#ffffffb3;--card-color:var(--template-bg-dark-60);--bluegray:#b2bfcd;--lightbluegray:#f6f9fc;--toolbar-bg:#fff;--success-border:var(--success)
Statistics: Posted by Windwood — Thu Mar 14, 2024 5:09 pm