mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -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;
|
background: var(--button-secondary-background-fill-hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .hover-menu button:hover {
|
||||||
|
background: var(--selected-item-color-dark) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.transparent-substring {
|
.transparent-substring {
|
||||||
opacity: 0.333;
|
opacity: 0.333;
|
||||||
}
|
}
|
||||||
|
@ -1109,12 +1113,9 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
color: #9ca3af;
|
color: #9ca3af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .hover-menu {
|
|
||||||
background-color: var(--darker-gray);
|
|
||||||
}
|
|
||||||
|
|
||||||
.dark .hover-menu button {
|
.dark .hover-menu button {
|
||||||
border-color: var(--border-color-primary);
|
border-color: var(--border-color-primary);
|
||||||
|
background-color: var(--darker-gray) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark #chat-controls,
|
.dark #chat-controls,
|
||||||
|
|
Loading…
Add table
Reference in a new issue