diff --git a/netbox/project-static/dist/netbox-dark.css b/netbox/project-static/dist/netbox-dark.css index 4caf6a4e6..196966fea 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 f5db11538..b915a414f 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/dist/netbox-print.css b/netbox/project-static/dist/netbox-print.css index 170e92bc4..413c4d0ad 100644 Binary files a/netbox/project-static/dist/netbox-print.css and b/netbox/project-static/dist/netbox-print.css differ diff --git a/netbox/project-static/styles/netbox.scss b/netbox/project-static/styles/netbox.scss index b05cc07d4..e7b67a3e4 100644 --- a/netbox/project-static/styles/netbox.scss +++ b/netbox/project-static/styles/netbox.scss @@ -971,7 +971,7 @@ div.card-overlay { // Page-specific styles. html { // Shade the home page content background-color. - &[data-netbox-path='/'] { + &[data-netbox-url-name='home'] { .content-container, .search { background-color: $gray-100 !important; @@ -985,7 +985,7 @@ html { } // Don't show the django-messages toasts on the login screen in favor of the alert component. - &[data-netbox-path*='/login'] { + &[data-netbox-url-name='login'] { #django-messages { display: none; } diff --git a/netbox/templates/base/base.html b/netbox/templates/base/base.html index ad2cefced..71172e901 100644 --- a/netbox/templates/base/base.html +++ b/netbox/templates/base/base.html @@ -4,7 +4,7 @@