From 50f290ac225b340b28526498a40028737d058c29 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Sun, 14 Sep 2025 14:59:24 -0700 Subject: [PATCH] Removed debug border colors --- client/src/MediaControl.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/src/MediaControl.css b/client/src/MediaControl.css index 2754912..0e5a221 100644 --- a/client/src/MediaControl.css +++ b/client/src/MediaControl.css @@ -46,7 +46,6 @@ min-height: 3.75rem; z-index: 50000; border-radius: 0.25rem; - border: 1px solid green; } .MediaControl .Video { @@ -61,10 +60,6 @@ border: 1px solid black; } -video { - border: 5px solid purple; -} - .MediaControl.Medium { width: 11.5em; height: 8.625em;