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;