UPD_Styles: Add dark mode styles for select elements and options.
Actually some select "boxes" have css dark theme support, but other not.
This PR add CSS for dark theme selects.
E.g. of fix:
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/18615
**Author:** [@rgaricano](https://github.com/rgaricano)
**Created:** 10/25/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dev-FIXSTYLES_dark_mode_select_boxes`
---
### 📝 Commits (2)
- [`5676a5a`](https://github.com/open-webui/open-webui/commit/5676a5ac4915b9715c7d96cbd69dafd3d77d1e38) FIX:style_dark_mode_select_boxes
- [`88f1561`](https://github.com/open-webui/open-webui/commit/88f1561daefc611c5904aae635e9ef684be2badf) Fix code format (tabs)
### 📊 Changes
**1 file changed** (+10 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `src/app.css` (+10 -0)
</details>
### 📄 Description
### UPD_Styles: Add dark mode styles for select elements and options.
Actually some select "boxes" have css dark theme support, but other not.
This PR add CSS for dark theme selects.
E.g. of fix:
<img width="521" height="268" alt="openwebui_dark_selectors" src="https://github.com/user-attachments/assets/77d6c179-7385-4680-b9fc-9bfaa1d79e67" />
<img width="521" height="268" alt="openwebui_dark_selectors0" src="https://github.com/user-attachments/assets/bea65bdb-6481-4982-acd9-0011704b9d23" />
<img width="888" height="224" alt="openwebui_dark_selectors1" src="https://github.com/user-attachments/assets/20d362a1-61e3-473b-9bba-013667edf810" />
<img width="888" height="224" alt="openwebui_dark_selectors2" src="https://github.com/user-attachments/assets/b287cf7f-b80e-4c51-a5b7-3d29d0dda6f7" />
___
### Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/18615
Author: @rgaricano
Created: 10/25/2025
Status: ❌ Closed
Base:
dev← Head:dev-FIXSTYLES_dark_mode_select_boxes📝 Commits (2)
5676a5aFIX:style_dark_mode_select_boxes88f1561Fix code format (tabs)📊 Changes
1 file changed (+10 additions, -0 deletions)
View changed files
📝
src/app.css(+10 -0)📄 Description
UPD_Styles: Add dark mode styles for select elements and options.
Actually some select "boxes" have css dark theme support, but other not.
This PR add CSS for dark theme selects.
E.g. of fix:




Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.