From 3651066243016c20ddb8cbd796e5864c9a815c73 Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Thu, 10 Oct 2024 18:05:38 -0500 Subject: [PATCH] Update PowerHuntShares.psm1 Fix card style. --- PowerHuntShares.psm1 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index 870d899..227be4e 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -4,7 +4,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v1.165 +# Version: v1.167 # 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 { @@ -4722,7 +4722,7 @@ $NewHtmlReport = @" } .side-menu { - box-shadow: 0 2px 4px 0; + --box-shadow: 0 2px 4px 0; width: 180px; height: 100%; background-color:#345367; @@ -4737,7 +4737,7 @@ $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; } @@ -5489,7 +5489,7 @@ $NewHtmlReport = @" margin:10px; margin-bottom:20px; border:.5px solid lightgray; - border-radius: 3px; + border-radius: 6px; } .card:hover{ @@ -5849,7 +5849,7 @@ $NewHtmlReport = @" margin:10px; margin-bottom:20px; border:.5px solid lightgray; - border-radius: 3px; + border-radius: 6px; box-shadow: 0 2px 4px 0 #DEDFE1; } @@ -5943,8 +5943,8 @@ input[type="checkbox"]:checked::before { 0px 2px 4px 0 #DEDFE1; /* Shadow on the top-right */ margin-left:10px; background-color: white; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 6px; + border-top-left-radius: 6px; width:95%; height: 40px; box-sizing: border-box; @@ -5981,7 +5981,7 @@ input[type="checkbox"]:checked::before { -
+

@@ -6009,7 +6009,7 @@ input[type="checkbox"]:checked::before { - + @@ -6017,10 +6017,10 @@ input[type="checkbox"]:checked::before { - + - +