mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 11:23:29 +00:00
- button hover style
- ensure context menu is always above everything
This commit is contained in:
parent
056e5545ff
commit
15a4c0db3b
@ -129,6 +129,15 @@ body {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.comfy-menu > button:hover,
|
||||
.comfy-menu-btns button:hover,
|
||||
.comfy-menu .comfy-list button:hover,
|
||||
.comfy-modal button:hover,
|
||||
.comfy-settings-btn:hover {
|
||||
filter: brightness(1.2);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.comfy-menu span.drag-handle {
|
||||
width: 10px;
|
||||
height: 20px;
|
||||
@ -285,3 +294,6 @@ button.comfy-queue-btn {
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.litecontextmenu {
|
||||
z-index: 9999 !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user