From b994b2c53e5bb9feaaa2ca7970156a360d435466 Mon Sep 17 00:00:00 2001 From: mitsuki-jpg <157184169+mitsuki-jpg@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:09:56 +0100 Subject: [PATCH] Update core.botdetector.css Better looking side block --- src/static/core.botdetector.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/static/core.botdetector.css b/src/static/core.botdetector.css index 420efa6..9023b3c 100644 --- a/src/static/core.botdetector.css +++ b/src/static/core.botdetector.css @@ -98,28 +98,21 @@ table{ } .runelite { - border-bottom: 2px solid #8fb55e; + border-left: 2px solid #8fb55e; text-align: center; - box-shadow: inset 0px -44px 55px 0px rgba(143,181,94,0.5); - border-radius:0; } .botstats { - border-bottom: 2px solid #008aff; + border-left: 2px solid #008aff; text-align: center; - box-shadow: inset 0px -44px 55px 0px rgba(0,138,255,0.5); - border-radius:0; } .notify { -border-bottom: 2px solid #8a9ef6; +border-left: 2px solid #8a9ef6; text-align: center; -box-shadow: inset 0px -44px 55px 0px rgba(138,158,246,0.5); border-radius:0; - - } .dcboost {