Upload 4 files
Browse files- styles.css +5 -0
styles.css
CHANGED
|
@@ -823,6 +823,11 @@ select:focus {
|
|
| 823 |
border-color: var(--color-border-active);
|
| 824 |
}
|
| 825 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 826 |
/* Custom Pretty Select Dropdown styles */
|
| 827 |
.custom-select-container {
|
| 828 |
position: relative;
|
|
|
|
| 823 |
border-color: var(--color-border-active);
|
| 824 |
}
|
| 825 |
|
| 826 |
+
select option {
|
| 827 |
+
background-color: #111418;
|
| 828 |
+
color: #f1f3f5;
|
| 829 |
+
}
|
| 830 |
+
|
| 831 |
/* Custom Pretty Select Dropdown styles */
|
| 832 |
.custom-select-container {
|
| 833 |
position: relative;
|