mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 06:06:20 -04:00
UI: Fix the hover menu colors
This commit is contained in:
parent
76f947e3cf
commit
530223bf0b
1 changed files with 5 additions and 4 deletions
|
@ -761,6 +761,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
background: var(--button-secondary-background-fill-hover) !important;
|
||||
}
|
||||
|
||||
.dark .hover-menu button:hover {
|
||||
background: var(--selected-item-color-dark) !important;
|
||||
}
|
||||
|
||||
.transparent-substring {
|
||||
opacity: 0.333;
|
||||
}
|
||||
|
@ -1109,12 +1113,9 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
color: #9ca3af;
|
||||
}
|
||||
|
||||
.dark .hover-menu {
|
||||
background-color: var(--darker-gray);
|
||||
}
|
||||
|
||||
.dark .hover-menu button {
|
||||
border-color: var(--border-color-primary);
|
||||
background-color: var(--darker-gray) !important;
|
||||
}
|
||||
|
||||
.dark #chat-controls,
|
||||
|
|
Loading…
Add table
Reference in a new issue