select box issue on apache page

This commit is contained in:
usmannasir
2025-07-03 14:50:33 +05:00
parent 08f019c6c6
commit 0bea58d61f

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;