From e7aa1cdb3571891eb1ccd716f0409ed2dc314580 Mon Sep 17 00:00:00 2001 From: Joshua <63589370+Final-Hawk@users.noreply.github.com> Date: Sun, 17 Jul 2022 15:50:20 +1000 Subject: [PATCH] Update dark-patch.css --- front/css/dark-patch.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/front/css/dark-patch.css b/front/css/dark-patch.css index 66c61c94..f8682978 100644 --- a/front/css/dark-patch.css +++ b/front/css/dark-patch.css @@ -678,13 +678,15 @@ input[type="password"]::-webkit-caps-lock-indicator { margin: auto; } - +/* remove white border that appears on mobile screen sizes */ .box-body { border: 0px; } +/* remove white border that appears on mobile screen sizes */ .table-responsive { border: 0px; } +/* Add border radius to bottom of the status boxes*/ .pa-small-box-footer { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;