From 54ac546f78cad7e9f1dda206e2b40d0adcac37ce Mon Sep 17 00:00:00 2001 From: teoteo Date: Tue, 20 Aug 2024 08:57:11 +0200 Subject: [PATCH] Helps to identify the icon when there is low contrast between color and table background --- client/src/components/spoolIcon.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/spoolIcon.css b/client/src/components/spoolIcon.css index d0b0f6d41..be6c36bf0 100644 --- a/client/src/components/spoolIcon.css +++ b/client/src/components/spoolIcon.css @@ -18,6 +18,7 @@ .spool-icon * { flex: 1 1 0px; border-radius: 2px; + border: #44444430 solid 2px; } .spool-icon.vertical *:first-child {