mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Merge pull request #346 from StroepWafel/Fix-dropdowns
fix: Drop down menu styling
This commit is contained in:
@@ -38,6 +38,21 @@ body,
|
||||
html {
|
||||
font-family: Rubik, sans-serif !important;
|
||||
}
|
||||
|
||||
/* Ensure native select dropdowns are readable on Windows */
|
||||
select option {
|
||||
background-color: #ffffff !important;
|
||||
color: #111827 !important;
|
||||
}
|
||||
.dark select option {
|
||||
background-color: #1f2937 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
/* Consistent rounded corners for selects */
|
||||
select {
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
#container {
|
||||
transition: 200ms;
|
||||
background: var(--auto-background) !important;
|
||||
|
||||
Reference in New Issue
Block a user