From 4e30ed9693ceb775509845abcd4ac18715799a41 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 14 Mar 2021 17:31:55 -0700 Subject: [PATCH] style fixes --- netbox/project-static/netbox.scss | 23 +++++++++++++++++++++++ netbox/project-static/theme.scss | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/netbox/project-static/netbox.scss b/netbox/project-static/netbox.scss index 1d8b42827..22f6349c2 100644 --- a/netbox/project-static/netbox.scss +++ b/netbox/project-static/netbox.scss @@ -280,6 +280,17 @@ div#content-title { display: flex; flex-direction: column; flex: 1 0 auto; + + h1 { + &:hover { + text-decoration: underline; + text-decoration-thickness: 1px; + } + > a { + text-decoration: none; + color: $body-color; + } + } } div.paginator > form > div.input-group { @@ -328,3 +339,15 @@ label.required { position: absolute; } } + +div.bulk-buttons { + display: flex; + & > * { + margin: $spacer / 4; + } +} + +i.bi-plus:before, +span.bi-plus:before { + font-weight: $font-weight-bold !important; +} diff --git a/netbox/project-static/theme.scss b/netbox/project-static/theme.scss index 83aff6b76..e3ec1f8f0 100644 --- a/netbox/project-static/theme.scss +++ b/netbox/project-static/theme.scss @@ -3,7 +3,7 @@ // Override built-in variables/add new variables. $green: #47e5bc; $orange: #f9a620; -$yellow: #ffd449; +// $yellow: #ffd449; $red: #ff5964; $alt: #13293d;