mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-14 21:45:06 +00:00
- button hover style
- ensure context menu is always above everything
This commit is contained in:
@@ -129,6 +129,15 @@ body {
|
|||||||
margin-top: 2px;
|
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 {
|
.comfy-menu span.drag-handle {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@@ -285,3 +294,6 @@ button.comfy-queue-btn {
|
|||||||
right: 2px;
|
right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.litecontextmenu {
|
||||||
|
z-index: 9999 !important;
|
||||||
|
}
|
Reference in New Issue
Block a user