diff --git a/netbox/project-static/dist/netbox-dark.css b/netbox/project-static/dist/netbox-dark.css index 561c0409c..c3c15dde3 100644 Binary files a/netbox/project-static/dist/netbox-dark.css and b/netbox/project-static/dist/netbox-dark.css differ diff --git a/netbox/project-static/dist/netbox-light.css b/netbox/project-static/dist/netbox-light.css index 6c740c96b..19a8e41c6 100644 Binary files a/netbox/project-static/dist/netbox-light.css and b/netbox/project-static/dist/netbox-light.css differ diff --git a/netbox/project-static/styles/netbox.scss b/netbox/project-static/styles/netbox.scss index 90870f7dd..1b326266c 100644 --- a/netbox/project-static/styles/netbox.scss +++ b/netbox/project-static/styles/netbox.scss @@ -119,6 +119,11 @@ } } +// Fix the hideous way Safari shows button anchor elements. +a[type='button'] { + -webkit-appearance: unset !important; +} + // Ensure progress bars (utilization graph) in tables aren't too narrow to display the percentage. table td > .progress { min-width: 6rem;