select box issue on apache page

This commit is contained in:
usmannasir
2025-07-03 14:50:33 +05:00
parent 2712b4bee7
commit 91a19b123d

View File

@@ -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;