From fac66a55ce1e77365606811a47dfbcf1be94a0dc Mon Sep 17 00:00:00 2001 From: sent Date: Sun, 18 May 2025 16:25:24 -0700 Subject: [PATCH] Small Update --- public/assets/css/settings.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/assets/css/settings.css b/public/assets/css/settings.css index 06057e1c..47597c39 100644 --- a/public/assets/css/settings.css +++ b/public/assets/css/settings.css @@ -91,7 +91,6 @@ max-width: 300px; margin-bottom: 15px; } - .transport-selected { background-color: #141414; color: #e0e0e0; @@ -137,7 +136,8 @@ opacity: 0; } -.transport-options.transport-show { +.transport-options.transport-show, +.server-options.transport-show { max-height: 200px; opacity: 1; } @@ -266,7 +266,7 @@ background-color: #1b1b1b; color: #e0e0e0; padding: 12px 14px; - border: 1px solid #4141411a; + border: 1px solid #ffffff21; border-radius: 15px; font-size: 16px; cursor: pointer; @@ -280,9 +280,8 @@ } .tab-button.active { - background-color: #333; + background-color: #5c5c5c; color: #ffffff; - transform: translateY(-4px); } .tab-content {