mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
UI: improve the light mode left sidebar color
This commit is contained in:
parent
26317a4c7e
commit
6ab04698f6
|
|
@ -249,7 +249,7 @@ button {
|
|||
}
|
||||
|
||||
.pretty_scrollbar {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-width: thin !important;
|
||||
scrollbar-color: rgb(140 140 140 / 35%) transparent;
|
||||
}
|
||||
|
||||
|
|
@ -1181,7 +1181,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
}
|
||||
|
||||
.header_bar button.selected {
|
||||
background: white;
|
||||
background: #E0E0E0;
|
||||
}
|
||||
|
||||
#chat-controls,
|
||||
|
|
|
|||
Loading…
Reference in a new issue