mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-13 21:36:43 +02:00
restore hover
This commit is contained in:
parent
0dbc195770
commit
636c3e5c02
@ -1670,6 +1670,10 @@ body.wait-pause {
|
|||||||
background: var(--button-text-color);
|
background: var(--button-text-color);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
#embeddings-list button:hover {
|
||||||
|
background: var(--accent-color);
|
||||||
|
color: var(--button-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
#embeddings-list .collapsible {
|
#embeddings-list .collapsible {
|
||||||
background: var(--background-color3);
|
background: var(--background-color3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user