From 496a08714b2d307adf3a1637600cf1f0ee736c5b Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@mailbox.org>
Date: Thu, 15 Sep 2022 19:10:47 +0200
Subject: [PATCH] Remove shadow from slave cards

Were leftover from the older, more round style and don't fit to the new, straight look
---
 css/gui/slaveList/cardStyle.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/css/gui/slaveList/cardStyle.css b/css/gui/slaveList/cardStyle.css
index f560bfb0c5a..e40715994d1 100644
--- a/css/gui/slaveList/cardStyle.css
+++ b/css/gui/slaveList/cardStyle.css
@@ -1,8 +1,6 @@
 .card {
 	border: 2px solid #333333;
 	background-color: #1a1a1a;
-	box-shadow: 10px 10px 10px black,
-		-10px 10px 10px black;
 	padding: 1em;
 	margin-bottom: 1em;
 }
-- 
GitLab