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;