From 784b7ec50430abcd7095c8ab874362af4d139f95 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 1 Aug 2024 20:48:53 -0400 Subject: [PATCH] Misc cleanup --- netbox/project-static/dist/netbox.css | Bin 557103 -> 557103 bytes netbox/project-static/styles/_variables.scss | 2 +- .../styles/transitional/_forms.scss | 4 ++-- .../templates/dcim/rack_elevation_list.html | 2 +- .../form_helpers/render_fieldset.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 0a06f50d04435fbfc5de670d8284fff6dc66f116..14bd6ac585ea9e9ecd13097e4e97a8ab71b63937 100644 GIT binary patch delta 160 zcmZ4AptQb0X~P>i)(jJ!4CBeKA}qO@LGW@=7~ZhBFEX@Nq9kwT(Qh6#u;RY;t^a1*=IcDYULcNjtDF&a+~ z+{&&vU3Lq*9#e)1n6tfq3w!Lc?Um6SGV;^kL~-;^zfi>?I{j}o2iNv3RUFl<0H<#@ AlmGw# delta 148 zcmZ4AptQb0X~P@2$)DwvSWI*>j3*1ppP$U6AO;d>mQ-k$RA2;RCLm@8Viq7~1!A`C zk_zl6CNgE1Oux60U5wdOA#wV`P3%hBiOsp6<+1po?HG4KEY diff --git a/netbox/project-static/styles/_variables.scss b/netbox/project-static/styles/_variables.scss index 2dde1fdaf..749f0ba57 100644 --- a/netbox/project-static/styles/_variables.scss +++ b/netbox/project-static/styles/_variables.scss @@ -23,7 +23,7 @@ $hover-bg: rgba(var(--tblr-secondary-rgb), 0.08); // Ensure active nav-pill has a background color in dark mode $nav-pills-link-active-bg: rgba(var(--tblr-secondary-rgb), 0.15); -// Colors +// Brand colors $rich-black: #001423; $rich-black-light: #081B2A; $rich-black-lighter: #0D202E; diff --git a/netbox/project-static/styles/transitional/_forms.scss b/netbox/project-static/styles/transitional/_forms.scss index 187b4bbcc..147b11b97 100644 --- a/netbox/project-static/styles/transitional/_forms.scss +++ b/netbox/project-static/styles/transitional/_forms.scss @@ -4,10 +4,10 @@ form.object-edit { max-width: 800px; } -// Use

style for field group headings +// Use

style for field group headings .field-group { h2 { - @extend h4; + @extend h3; } } diff --git a/netbox/templates/dcim/rack_elevation_list.html b/netbox/templates/dcim/rack_elevation_list.html index 66e4f14b0..828e862eb 100644 --- a/netbox/templates/dcim/rack_elevation_list.html +++ b/netbox/templates/dcim/rack_elevation_list.html @@ -11,7 +11,7 @@ {% trans "View List" %} - diff --git a/netbox/utilities/templates/form_helpers/render_fieldset.html b/netbox/utilities/templates/form_helpers/render_fieldset.html index 6f4cbea7e..ae8252b97 100644 --- a/netbox/utilities/templates/form_helpers/render_fieldset.html +++ b/netbox/utilities/templates/form_helpers/render_fieldset.html @@ -3,7 +3,7 @@
{% if heading %}
-

{{ heading }}

+

{{ heading }}

{% endif %} {% for layout, title, items in rows %}