mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-02 10:20:46 +01:00
select box issue on apache page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user