diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 7a7854091..f09e4637b 100644 Binary files a/netbox/project-static/dist/netbox.css and b/netbox/project-static/dist/netbox.css differ diff --git a/netbox/project-static/styles/custom/_misc.scss b/netbox/project-static/styles/custom/_misc.scss index eeeeb18c8..7b71445d6 100644 --- a/netbox/project-static/styles/custom/_misc.scss +++ b/netbox/project-static/styles/custom/_misc.scss @@ -72,10 +72,6 @@ span.color-label { @extend .btn-dark; } -.btn-grey { - @extend .btn-secondary; -} - -.btn-gray { +.btn-grey, .btn-gray { @extend .btn-secondary; }