mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #83] UI - model list dropdown darkmode display issue #11928
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?
Originally created by @gssdev-mb on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/83
Originally assigned to: @tjbck on GitHub.
When using darkmode, the dropdown menu is displayed in white with barely legible grey text . This occurs on my windows 10 desktop for chrome, brave, and mozilla firefox browsers. This also occurs on my linux mint laptop for brave but not for firefox. Screenshot attached. All browsers are using the most up to date versions. I am accessing the web-ui remotely from an ubuntu linux server (22.04.3) running the ollama-webui docker .
@tjbck commented on GitHub (Nov 9, 2023):
Hi, Just merged #84 to main, which should fix your issue. Let me know if your issue still persists. Thanks!
@gssdev-mb commented on GitHub (Nov 9, 2023):
Wow, thanks for the blazing speed response time! I removed the existing docker image and rebuilt again. I deleted the cache on my browsers and still had the same issue. Please let me know if I should be doing something else to see the fix. Thanks.
@tjbck commented on GitHub (Nov 9, 2023):
Hi, I was able to test it on my windows machine and it seems to have fixed the issue. I'll test it out on my ubuntu machine soon and let you know. Thanks!
@tjbck commented on GitHub (Nov 9, 2023):
It seems to be working fine on my ubuntu machine (tested with chrome), maybe try again with using incognito mode and see if it fixes the issue, which would mean that your browser cache has not been deleted entirely. Keep us updated, Thanks.
@gssdev-mb commented on GitHub (Nov 10, 2023):
Are you running web-ui locally? My use case is ollama-web run on a linux server being accessed by a windows pc and linux laptop on the same network. On the window PC the issue persists on all browsers even after deleting cache. On the linux mint laptop, only firefox UI dropdown text is legible (pic) . I also tried on a linx vm, accessing the server for the first time. Brave browser has the same behavior where where as the firefox browser displays a legible dark backgroung (pic). Chrome has the same behaviour as brave for both platforms.
So net net for me, only the linux firefox browser displays ledgible text on a dark background while using dark mode.

@tjbck commented on GitHub (Nov 10, 2023):
I can confirm it works over LAN for both windows and ubuntu machines, could you also verify that you've built the docker container using the latest version (after git pull) of the ollama-webui? Keep us updated. Thanks.
@gssdev-mb commented on GitHub (Nov 10, 2023):
Duhhh...I didn't do that. It works now. Thanks again for the fast feedback and fix.