From 0bea58d61fce4b3680a2fc3ff82974e99576d885 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Thu, 3 Jul 2025 14:50:33 +0500 Subject: [PATCH] select box issue on apache page --- .../templates/websiteFunctions/ApacheManager.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/websiteFunctions/templates/websiteFunctions/ApacheManager.html b/websiteFunctions/templates/websiteFunctions/ApacheManager.html index 6d93c6431..14ccb2169 100644 --- a/websiteFunctions/templates/websiteFunctions/ApacheManager.html +++ b/websiteFunctions/templates/websiteFunctions/ApacheManager.html @@ -217,6 +217,21 @@ background-color: white; } + /* Windows selectbox fix */ + select.form-control { + color: #333 !important; + background-image: none !important; + -webkit-appearance: none !important; + -moz-appearance: none !important; + appearance: none !important; + } + + select.form-control:focus, + select.form-control:active { + color: #333 !important; + background-color: white !important; + } + textarea.form-control { resize: vertical; font-family: 'Courier New', monospace;