From 57d055f25daa68a299eced1c6e51b56d80e69385 Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Thu, 10 Oct 2024 12:10:46 -0500 Subject: [PATCH] Update PowerHuntShares.psm1 Style fix. --- PowerHuntShares.psm1 | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index bec4aa1..59af1a7 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -4,7 +4,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v1.161 +# Version: v1.163 # References: This script includes custom code and code taken and modified from the open source projects PowerView, Invoke-Ping, and Invoke-Parrell. function Invoke-HuntSMBShares { @@ -4737,7 +4737,9 @@ $NewHtmlReport = @" z-index: 9998; --transition: width 0.3s; /* Smooth transition when expanding/collapsing */ background: linear-gradient(to bottom, #07142A 80%, rgba(0, 0, 0, 1) 98%, black 100%); - border-top: 0.25px dashed #345367; + border-top: 0.25px dashed #345367; + padding-left: 5px; + padding-right: 5px; } .side-menu.collapsed div, @@ -4940,8 +4942,8 @@ $NewHtmlReport = @" padding-left:10px; order:1; border-radius: 0px; - margin-right:14px; - margin-left:14px; + margin-right:5px; + margin-left:5px; } .stuff:hover{ @@ -4950,8 +4952,6 @@ $NewHtmlReport = @" text-decoration: none; padding-top:5px; padding-bottom:5px; - margin-right:14px; - margin-left:14px; color: white; border-radius: 5px; outline: .5px solid white; @@ -5999,17 +5999,17 @@ input[type="checkbox"]:checked::before { -->
-
- + - + @@ -6017,10 +6017,10 @@ input[type="checkbox"]:checked::before { - + - + @@ -11435,6 +11435,10 @@ const chartOptions = { } } }, + grid: { + show: false, + opacity: 0.5 + }, dataLabels: { enabled: false, style: {