mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
Fix the hover menu in light theme
This commit is contained in:
parent
967b70327e
commit
bf5290bc0f
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
|
|
||||||
.hover-menu button {
|
.hover-menu button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: transparent !important;
|
background: white !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue