mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
Misc cleanup
This commit is contained in:
parent
c6ff601b85
commit
784b7ec504
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -23,7 +23,7 @@ $hover-bg: rgba(var(--tblr-secondary-rgb), 0.08);
|
|||||||
// Ensure active nav-pill has a background color in dark mode
|
// Ensure active nav-pill has a background color in dark mode
|
||||||
$nav-pills-link-active-bg: rgba(var(--tblr-secondary-rgb), 0.15);
|
$nav-pills-link-active-bg: rgba(var(--tblr-secondary-rgb), 0.15);
|
||||||
|
|
||||||
// Colors
|
// Brand colors
|
||||||
$rich-black: #001423;
|
$rich-black: #001423;
|
||||||
$rich-black-light: #081B2A;
|
$rich-black-light: #081B2A;
|
||||||
$rich-black-lighter: #0D202E;
|
$rich-black-lighter: #0D202E;
|
||||||
|
@ -4,10 +4,10 @@ form.object-edit {
|
|||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use <h4> style for field group headings
|
// Use <h3> style for field group headings
|
||||||
.field-group {
|
.field-group {
|
||||||
h2 {
|
h2 {
|
||||||
@extend h4;
|
@extend h3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<a href="{% url 'dcim:rack_list' %}{% querystring request %}" class="btn btn-primary">
|
<a href="{% url 'dcim:rack_list' %}{% querystring request %}" class="btn btn-primary">
|
||||||
<i class="mdi mdi-format-list-checkbox"></i> {% trans "View List" %}
|
<i class="mdi mdi-format-list-checkbox"></i> {% trans "View List" %}
|
||||||
</a>
|
</a>
|
||||||
<select class="btn btn-outline-secondary no-ts rack-view" aria-label="Select rack view">
|
<select class="btn btn-outline-secondary no-ts rack-view" aria-label="{% trans "Select rack view" %}">
|
||||||
<option value="images-and-labels" selected="selected">{% trans "Images and Labels" %}</option>
|
<option value="images-and-labels" selected="selected">{% trans "Images and Labels" %}</option>
|
||||||
<option value="images-only">{% trans "Images only" %}</option>
|
<option value="images-only">{% trans "Images only" %}</option>
|
||||||
<option value="labels-only">{% trans "Labels only" %}</option>
|
<option value="labels-only">{% trans "Labels only" %}</option>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<div class="field-group mb-5">
|
<div class="field-group mb-5">
|
||||||
{% if heading %}
|
{% if heading %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h2 class="h5 col-9 offset-3">{{ heading }}</h2>
|
<h2 class="col-9 offset-3">{{ heading }}</h2>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for layout, title, items in rows %}
|
{% for layout, title, items in rows %}
|
||||||
|
Loading…
Reference in New Issue
Block a user