mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #21728] [MERGED] fix: remove dark:bg-gray-900 from dropdown backgrounds with bg-transparent #49293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21728
Author: @silentoplayz
Created: 2/22/2026
Status: ✅ Merged
Merged: 2/22/2026
Merged by: @tjbck
Base:
dev← Head:fix/dropdown-background-transparent📝 Commits (1)
b151d5dfix(ui): replace static dropdown backgrounds with transparent mapping📊 Changes
24 files changed (+47 additions, -47 deletions)
View changed files
📝
src/lib/components/AddConnectionModal.svelte(+1 -1)📝
src/lib/components/AddToolServerModal.svelte(+1 -1)📝
src/lib/components/admin/Analytics/Dashboard.svelte(+2 -2)📝
src/lib/components/admin/Settings/Audio.svelte(+3 -3)📝
src/lib/components/admin/Settings/CodeExecution.svelte(+6 -6)📝
src/lib/components/admin/Settings/Connections/OllamaConnection.svelte(+2 -2)📝
src/lib/components/admin/Settings/Connections/OpenAIConnection.svelte(+1 -1)📝
src/lib/components/admin/Settings/Documents.svelte(+7 -7)📝
src/lib/components/admin/Settings/Evaluations/ArenaModelModal.svelte(+1 -1)📝
src/lib/components/admin/Settings/General.svelte(+2 -2)📝
src/lib/components/admin/Settings/Images.svelte(+3 -3)📝
src/lib/components/admin/Settings/Models/ModelSelector.svelte(+1 -1)📝
src/lib/components/admin/Settings/WebSearch.svelte(+2 -2)📝
src/lib/components/admin/Users/Groups/General.svelte(+1 -1)📝
src/lib/components/admin/Users/UserList/AddUserModal.svelte(+1 -1)📝
src/lib/components/admin/Users/UserList/EditUserModal.svelte(+1 -1)📝
src/lib/components/chat/Settings/Account.svelte(+1 -1)📝
src/lib/components/chat/Settings/Audio.svelte(+4 -4)📝
src/lib/components/chat/Settings/Connections/Connection.svelte(+1 -1)📝
src/lib/components/chat/Settings/General.svelte(+2 -2)...and 4 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Removed
dark:bg-gray-900class from multiple<select>tags and dropdown components where it unnecessarily overrode the intendedbg-transparentclass.Fixed
<select>and dropdown components, ensuring a cohesive look with pure transparent backgrounds.Additional Information
dark:bg-gray-900alongsidebg-transparent. The darker styling overrode the transparent styling, causing these inputs to visually stand out against the application's layout. Removingdark:bg-gray-900restores the intendedbg-transparentaesthetic consistently.Screenshots or Videos
Before
After
The change is subtle, but it exists! Also, I'm not providing a before vs after screenshot pair where this change matters for each file modified. It'd be redundant.
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.