From c9c5bdbcd245fcd35d238d77b67f14d091ae4737 Mon Sep 17 00:00:00 2001 From: Louis Jarasius Date: Thu, 30 May 2024 10:56:38 +1000 Subject: [PATCH] Increase ::selection background-color aplha --- netbox/project-static/styles/overrides/_tabler.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netbox/project-static/styles/overrides/_tabler.scss b/netbox/project-static/styles/overrides/_tabler.scss index b31fdac6b..fe9dc121e 100644 --- a/netbox/project-static/styles/overrides/_tabler.scss +++ b/netbox/project-static/styles/overrides/_tabler.scss @@ -32,3 +32,8 @@ table a { // Adjust table anchor link contrast as not enough contrast in dark mode filter: brightness(110%); } + +// Override +::selection { + background-color: rgba(var(--tblr-primary-rgb),.48) +}